dont use LUA_DL_DLL in xbox
This commit is contained in:
@@ -703,7 +703,7 @@ union luai_Cast { double l_d; long l_l; };
|
|||||||
#define LUA_DL_DLOPEN
|
#define LUA_DL_DLOPEN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(LUA_WIN)
|
#if defined(LUA_WIN) && !defined(XBOX)
|
||||||
#define LUA_DL_DLL
|
#define LUA_DL_DLL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user