From 36e2bc95d385c79075495d96e066d697727449d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Mon, 11 May 2020 20:10:01 +0300 Subject: Fix Windows build and premake --- src/skel/crossplatform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/skel/crossplatform.h') 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 #include #include -- cgit v1.2.3