Browse Source

detail for windows

Roberto Ierusalimschy 18 năm trước cách đây
mục cha
commit
850c60e81b
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      luaconf.h

+ 7 - 1
luaconf.h

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: luaconf.h,v 1.85 2006/08/30 13:19:58 roberto Exp roberto $
+** $Id: luaconf.h,v 1.86 2006/09/18 14:03:18 roberto Exp roberto $
 ** Configuration file for Lua
 ** Configuration file for Lua
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -33,6 +33,12 @@
 #define LUA_WIN
 #define LUA_WIN
 #endif
 #endif
 
 
+#if defined(LUA_WIN)
+#include <windows.h>
+#endif
+
+
+
 #if defined(LUA_USE_LINUX)
 #if defined(LUA_USE_LINUX)
 #define LUA_USE_POSIX
 #define LUA_USE_POSIX
 #define LUA_USE_DLOPEN		/* needs an extra library: -ldl */
 #define LUA_USE_DLOPEN		/* needs an extra library: -ldl */