diff options
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 | ||