diff options
author | Pixel <pixel@nobis-crew.org> | 2009-10-20 01:43:15 +0200 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-10-20 01:43:15 +0200 |
commit | f72f4af5a9f85ed607507dea95ebfa6a62f98e89 (patch) | |
tree | a94efc948df79f586f2f03195acc7dc5169dfdbc /src/plugin-luatask.cc | |
parent | 20722ea0f5a136a3339156650f210fe30019fcfd (diff) |
How was lua-interface-light.exe compiling before that... ?
Diffstat (limited to 'src/plugin-luatask.cc')
-rw-r--r-- | src/plugin-luatask.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin-luatask.cc b/src/plugin-luatask.cc index b1b8e3d..ffd1814 100644 --- a/src/plugin-luatask.cc +++ b/src/plugin-luatask.cc @@ -1,5 +1,9 @@ #include <LuaTask.h> +#ifdef FROM_LUAINTERFACE +#define NO_DLL +#endif + #ifndef WIN32 #define WEAK __attribute__ ((weak)) #else |