aboutsummaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-12-21 16:49:53 +0100
committerMike Pall <mike>2013-12-21 16:49:53 +0100
commitb03cebe1f60973a0b608489ab013d3f40dc10ae1 (patch)
treecae420c368d03865c3e61b67d5adbbc4b1a184af /src/luaconf.h
parent585dd449b5d2a9599d268033cd3f62ce63a6be80 (diff)
parent279673ddfcff8e82cac0704d371ed405ad7a229b (diff)
downloadluajit-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.h3
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