Define 'COMPILER_MSVC32' on 32bits platform

This commit is contained in:
Kawe Mazidjatari 2023-07-15 19:07:58 +02:00
parent df5a8bdd68
commit 0f11110f76

View File

@ -52,6 +52,8 @@
#define IsPlatformWindowsPC64() 0
#define IsPlatformWindowsPC32() 1
#define PLATFORM_WINDOWS_PC32 1
#define COMPILER_MSVC32 1
#endif
#else // _X360