Fix Xbox One port.

This commit is contained in:
Mike Pall
2015-06-16 04:27:44 +02:00
parent fe565222a1
commit 28d8728869
4 changed files with 8 additions and 9 deletions

View File

@@ -124,7 +124,6 @@
#define LJ_TARGET_XBOXONE 1
#define LJ_TARGET_CONSOLE 1
#define LJ_TARGET_GC64 1
#define LoadLibraryA(name) LoadLibraryExA((name), NULL, 0)
#endif
#define LJ_NUMMODE_SINGLE 0 /* Single-number mode only. */