diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-02-07 15:46:20 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-02-07 15:46:20 -0200 |
commit | 850c60e81bc5959ba73ace3ab4e48a2b8f879036 (patch) | |
tree | 8f83617d1ff8866107de8b3d5fdf356d0f6b8555 | |
parent | 3d480b04a5315c6b94dcd2ef59847b79c8c637b1 (diff) | |
download | lua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.tar.gz lua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.tar.bz2 lua-850c60e81bc5959ba73ace3ab4e48a2b8f879036.zip |
detail for windows
-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 */ |