diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.127 2010/01/06 15:15:04 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.128 2010/01/11 16:35:20 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 | */ |
@@ -34,7 +34,6 @@ | |||
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #if defined(LUA_WIN) | 36 | #if defined(LUA_WIN) |
37 | #include <windows.h> | ||
38 | #define LUA_DL_DLL | 37 | #define LUA_DL_DLL |
39 | #endif | 38 | #endif |
40 | 39 | ||