dont use LUA_DL_DLL in xbox

This commit is contained in:
Vecais Dumais Laacis
2006-12-07 14:17:17 +00:00
parent 1a2e57cb91
commit 2b3f8759c1
+1 -1
View File
@@ -703,7 +703,7 @@ union luai_Cast { double l_d; long l_l; };
#define LUA_DL_DLOPEN
#endif
#if defined(LUA_WIN)
#if defined(LUA_WIN) && !defined(XBOX)
#define LUA_DL_DLL
#endif