diff options
Diffstat (limited to 'src/plugin-luaregex.cc')
-rw-r--r-- | src/plugin-luaregex.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin-luaregex.cc b/src/plugin-luaregex.cc index 5bb9f41..5c2a2aa 100644 --- a/src/plugin-luaregex.cc +++ b/src/plugin-luaregex.cc @@ -1,5 +1,9 @@ #include <LuaRegex.h> +#ifdef FROM_LUAINTERFACE +#define NO_DLL +#endif + #ifndef WIN32 #define WEAK __attribute__ ((weak)) #else |