mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
refactor(build): use vendored versions of mpack and luabitop
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#include <lua.h>
|
||||
|
||||
#ifdef NLUA_WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
int luaopen_mpack(lua_State *L);
|
||||
|
Reference in New Issue
Block a user