summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
commit7280e10e8bfa507953d8c823abd502db98c514fa (patch)
tree9c60dad32369be442e659dede923f67e2a9a546c /lua
parent4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc (diff)
downloadcrawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.gz
crawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.bz2
some fixes on Windows
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)