From 49bcf93476cb0c94e836406b4cc861e0933a6dbb Mon Sep 17 00:00:00 2001 From: Max Danielsson Date: Tue, 3 May 2022 09:39:42 +0200 Subject: Fix missing whitespace in defined macro for platform.h --- Source/Compat/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Compat/platform.h b/Source/Compat/platform.h index e70ef80f..5a82436f 100644 --- a/Source/Compat/platform.h +++ b/Source/Compat/platform.h @@ -30,7 +30,7 @@ #endif // Check windows -#if defined _WIN32 || defined_WIN64 +#if defined _WIN32 || defined _WIN64 #define PLATFORM_WINDOWS 1 #endif -- cgit v1.2.3