Enable force align stack

This commit is contained in:
s1lentq 2015-12-17 01:21:47 +06:00
parent 38e75d2189
commit 0627574b6f

View File

@ -236,7 +236,7 @@
static const bool __isLinux = true;
#endif
#define EXT_FUNC /*FORCE_STACK_ALIGN*/
#define EXT_FUNC FORCE_STACK_ALIGN
extern void regamedll_log(const char *fmt, ...);
extern void __declspec(noreturn) regamedll_syserror(const char *fmt, ...);