diff --git a/regamedll/hookers/osconfig.h b/regamedll/hookers/osconfig.h index b5dff9f2..200a93e6 100644 --- a/regamedll/hookers/osconfig.h +++ b/regamedll/hookers/osconfig.h @@ -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, ...);