From 4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 16 Mar 2015 02:22:19 +0100 Subject: Common: Make a #else more apparent. --- src/common/platform.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/common/platform.h') diff --git a/src/common/platform.h b/src/common/platform.h index ba1109c9..e27d6e31 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -83,7 +83,7 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { } #endif -#else +#else // EMU_PLATFORM != PLATFORM_WINDOWS #define EMU_FASTCALL __attribute__((fastcall)) #define __stdcall @@ -92,10 +92,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { #define BOOL bool #define DWORD u32 -#endif - -#if EMU_PLATFORM != PLATFORM_WINDOWS - // TODO: Hacks.. #include -- cgit v1.2.3