summaryrefslogtreecommitdiffstats
path: root/src/skel/crossplatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skel/crossplatform.h')
-rw-r--r--src/skel/crossplatform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skel/crossplatform.h b/src/skel/crossplatform.h
index f6a3408b..a21877c1 100644
--- a/src/skel/crossplatform.h
+++ b/src/skel/crossplatform.h
@@ -82,7 +82,7 @@ RwBool IsForegroundApp();
#endif
// Codes compatible with Windows and Linux
-#if !defined _WIN32
+#ifndef _WIN32
#define DeleteFile unlink
// Needed for save games
@@ -103,7 +103,7 @@ void GetLocalTime_CP(SYSTEMTIME* out);
#endif
// Compatible with Linux/POSIX and MinGW on Windows
-#if !defined _WIN32
+#ifndef _WIN32
#include <iostream>
#include <dirent.h>
#include <sys/types.h>