mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-16 06:22:27 +03:00
Enable force align stack
This commit is contained in:
parent
38e75d2189
commit
0627574b6f
@ -236,7 +236,7 @@
|
|||||||
static const bool __isLinux = true;
|
static const bool __isLinux = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define EXT_FUNC /*FORCE_STACK_ALIGN*/
|
#define EXT_FUNC FORCE_STACK_ALIGN
|
||||||
|
|
||||||
extern void regamedll_log(const char *fmt, ...);
|
extern void regamedll_log(const char *fmt, ...);
|
||||||
extern void __declspec(noreturn) regamedll_syserror(const char *fmt, ...);
|
extern void __declspec(noreturn) regamedll_syserror(const char *fmt, ...);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user