diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-05 11:46:54 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-05 11:46:54 -0800 |
commit | a874ea534e7cda1189634fe5f3ab28ae9b8e529e (patch) | |
tree | 691ef9806a848974fe5fd799ab1d0b9c5bc3f13e /src/plugin-luahandle.cc | |
parent | eed3ccd0e2bffb427c4e9e7fae9d92bd153ca0da (diff) | |
parent | d3829c2102e2c92596857fe207509e92884e7ece (diff) |
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-modules
Diffstat (limited to 'src/plugin-luahandle.cc')
-rw-r--r-- | src/plugin-luahandle.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin-luahandle.cc b/src/plugin-luahandle.cc index 9049311..096ad17 100644 --- a/src/plugin-luahandle.cc +++ b/src/plugin-luahandle.cc @@ -1,5 +1,9 @@ #include <LuaHandle.h> +#ifdef FROM_LUAINTERFACE +#define NO_DLL +#endif + #ifndef WIN32 #define WEAK __attribute__ ((weak)) #else |