diff options
| -rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.163 2011/08/23 17:25:42 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.164 2011/10/07 19:53:05 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 | */ |
| @@ -29,8 +29,8 @@ | |||
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | #if !defined(LUA_ANSI) && defined(_WIN32) | 32 | #if !defined(LUA_ANSI) && defined(_WIN32) && !defined(_WIN32_WCE) |
| 33 | #define LUA_WIN | 33 | #define LUA_WIN /* enable goodies for regular Windows platforms */ |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #if defined(LUA_WIN) | 36 | #if defined(LUA_WIN) |
