From 7280e10e8bfa507953d8c823abd502db98c514fa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Oct 2014 14:29:34 +0200 Subject: some fixes on Windows --- lua/src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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) -- cgit v1.2.3-54-g00ecf