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/luaconf.h | |
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/luaconf.h')
-rw-r--r-- | src/luaconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index d5f2d0f5..b297b315 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -6,6 +6,9 @@ | |||
6 | #ifndef luaconf_h | 6 | #ifndef luaconf_h |
7 | #define luaconf_h | 7 | #define luaconf_h |
8 | 8 | ||
9 | #ifndef WINVER | ||
10 | #define WINVER 0x0501 | ||
11 | #endif | ||
9 | #include <limits.h> | 12 | #include <limits.h> |
10 | #include <stddef.h> | 13 | #include <stddef.h> |
11 | 14 | ||