feat(Core/Misc): replace all prefix preprocessor defines from CompilerDefs with AC_ (#2419)
This commit is contained in:
parent
f9a8de9be7
commit
a3206c56dc
12 changed files with 48 additions and 51 deletions
|
|
@ -22,7 +22,7 @@
|
|||
terminates the application.
|
||||
*/
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
#if AC_PLATFORM == AC_PLATFORM_WINDOWS
|
||||
#include <Windows.h>
|
||||
#define Crash(message) \
|
||||
ULONG_PTR execeptionArgs[] = { reinterpret_cast<ULONG_PTR>(strdup(message)), reinterpret_cast<ULONG_PTR>(_ReturnAddress()) }; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue