aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_arch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index e705a3b2..f1e7d7f4 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -124,7 +124,6 @@
124#define LJ_TARGET_XBOXONE 1 124#define LJ_TARGET_XBOXONE 1
125#define LJ_TARGET_CONSOLE 1 125#define LJ_TARGET_CONSOLE 1
126#define LJ_TARGET_GC64 1 126#define LJ_TARGET_GC64 1
127#define LoadLibraryA(name) LoadLibraryExA((name), NULL, 0)
128#endif 127#endif
129 128
130#define LJ_NUMMODE_SINGLE 0 /* Single-number mode only. */ 129#define LJ_NUMMODE_SINGLE 0 /* Single-number mode only. */