Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMax Danielsson <max@autious.net>2022-05-03 10:39:42 +0300
committerMax Danielsson <max@autious.net>2022-05-03 10:39:42 +0300
commit49bcf93476cb0c94e836406b4cc861e0933a6dbb (patch)
tree5952097296b51c588d7c667cc7c650fa986ca7ef /Source
parentda170b903949bac27ef0133557bac93254910044 (diff)
Fix missing whitespace in defined macro for platform.h
Diffstat (limited to 'Source')
-rw-r--r--Source/Compat/platform.h2
1 files changed, 1 insertions, 1 deletions
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