diff options
-rw-r--r-- | luaconf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.85 2006/08/30 13:19:58 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.86 2006/09/18 14:03:18 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -33,6 +33,12 @@ | |||
33 | #define LUA_WIN | 33 | #define LUA_WIN |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #if defined(LUA_WIN) | ||
37 | #include <windows.h> | ||
38 | #endif | ||
39 | |||
40 | |||
41 | |||
36 | #if defined(LUA_USE_LINUX) | 42 | #if defined(LUA_USE_LINUX) |
37 | #define LUA_USE_POSIX | 43 | #define LUA_USE_POSIX |
38 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ |