From 0f11110f76436df0cb7e5666c6ca218cbe35290f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:07:58 +0200 Subject: [PATCH] Define 'COMPILER_MSVC32' on 32bits platform --- r5dev/public/tier0/platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r5dev/public/tier0/platform.h b/r5dev/public/tier0/platform.h index 5eb146ee..15a8ac37 100644 --- a/r5dev/public/tier0/platform.h +++ b/r5dev/public/tier0/platform.h @@ -52,6 +52,8 @@ #define IsPlatformWindowsPC64() 0 #define IsPlatformWindowsPC32() 1 #define PLATFORM_WINDOWS_PC32 1 + +#define COMPILER_MSVC32 1 #endif #else // _X360