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