diff options
author | Mike Pall <mike> | 2013-12-21 16:49:10 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-12-21 16:49:10 +0100 |
commit | 279673ddfcff8e82cac0704d371ed405ad7a229b (patch) | |
tree | b55aa7589656845d7d01a4e9f34be0e77cd24618 /src/ljamalg.c | |
parent | 0ded8e82a88fadb40b4dd7e6632311781f1b2f91 (diff) | |
download | luajit-279673ddfcff8e82cac0704d371ed405ad7a229b.tar.gz luajit-279673ddfcff8e82cac0704d371ed405ad7a229b.tar.bz2 luajit-279673ddfcff8e82cac0704d371ed405ad7a229b.zip |
Fix MinGW build.
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 7226dd9e..f531f7d6 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" |