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.61 2005/08/22 19:58:29 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.62 2005/08/25 15:38:53 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 | */ |
@@ -114,9 +114,9 @@ | |||
114 | #if defined(LUA_BUILD_AS_DLL) | 114 | #if defined(LUA_BUILD_AS_DLL) |
115 | 115 | ||
116 | #if defined(LUA_CORE) || defined(LUA_LIB) | 116 | #if defined(LUA_CORE) || defined(LUA_LIB) |
117 | #define LUA_API __declspec(__dllexport) | 117 | #define LUA_API __declspec(dllexport) |
118 | #else | 118 | #else |
119 | #define LUA_API __declspec(__dllimport) | 119 | #define LUA_API __declspec(dllimport) |
120 | #endif | 120 | #endif |
121 | 121 | ||
122 | #else | 122 | #else |