diff options
Diffstat (limited to 'src/mpack/lmpack.h')
-rw-r--r-- | src/mpack/lmpack.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mpack/lmpack.h b/src/mpack/lmpack.h index 84f786cc8f..e35f40fab6 100644 --- a/src/mpack/lmpack.h +++ b/src/mpack/lmpack.h @@ -1,6 +1,3 @@ #include <lua.h> -#ifdef NLUA_WIN32 - __declspec(dllexport) -#endif int luaopen_mpack(lua_State *L); |