diff options
author | Mike Pall <mike> | 2013-12-21 16:49:53 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-12-21 16:49:53 +0100 |
commit | b03cebe1f60973a0b608489ab013d3f40dc10ae1 (patch) | |
tree | cae420c368d03865c3e61b67d5adbbc4b1a184af /src/ljamalg.c | |
parent | 585dd449b5d2a9599d268033cd3f62ce63a6be80 (diff) | |
parent | 279673ddfcff8e82cac0704d371ed405ad7a229b (diff) | |
download | luajit-b03cebe1f60973a0b608489ab013d3f40dc10ae1.tar.gz luajit-b03cebe1f60973a0b608489ab013d3f40dc10ae1.tar.bz2 luajit-b03cebe1f60973a0b608489ab013d3f40dc10ae1.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r-- | src/ljamalg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 6a4d6022..14473b80 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifndef WINVER | 24 | #ifndef WINVER |
25 | #define WINVER 0x0500 | 25 | #define WINVER 0x0501 |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | #include "lua.h" | 28 | #include "lua.h" |