1 2 3 4 5 6 7 8 9
#ifndef ZLIB #define ZLIB #define NSE_ZLIBNAME "zlib" LUALIB_API int luaopen_zlib(lua_State *L); #endif