summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/src/luaconf.h b/lua/src/luaconf.h
index 837790c..3f650d6 100644
--- a/lua/src/luaconf.h
+++ b/lua/src/luaconf.h
@@ -140,7 +140,7 @@
** the libraries, you may want to use the following definition (define
** LUA_BUILD_AS_DLL to get it).
*/
-#if defined(LUA_BUILD_AS_DLL) || defined(BUILD_SHARED) /* { */
+#if defined(LUA_BUILD_AS_DLL) || defined(SHARED) /* { */
#if defined(LUA_CORE) || defined(LUA_LIB) /* { */
#define LUA_API __declspec(dllexport)