remove xbox support; it doesn't work, and it'd take too much effort to get it working again
This commit is contained in:
@@ -700,11 +700,10 @@ union luai_Cast { double l_d; long l_l; };
|
||||
#define LUA_DL_DLOPEN
|
||||
#endif
|
||||
|
||||
#if defined(LUA_WIN) && !defined(XBOX)
|
||||
#if defined(LUA_WIN)
|
||||
#define LUA_DL_DLL
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
@@ LUAI_EXTRASPACE allows you to add user-specific data in a lua_State
|
||||
@* (the data goes just *before* the lua_State pointer).
|
||||
|
||||
Reference in New Issue
Block a user