Skip to content

Commit

Permalink
Fix compilation from Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Oct 23, 2024
1 parent 3dde7fd commit fe0d14f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/include/luaplayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ void luaGui_init(lua_State *L);
void bitlib_init(lua_State *L);

// lua-compat
void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup);
#define lua_callk(L, na, nr, ctx, cont) ((void)(ctx), (void)(cont), lua_call(L, na, nr))
#define lua_rawlen(L, i) lua_objlen(L, i)
#define LUA_OK 0
Expand Down

0 comments on commit fe0d14f

Please sign in to comment.