diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-03-16 02:22:19 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-03-16 02:22:19 +0100 |
commit | 4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e (patch) | |
tree | d3eebaf616f091bc51cc1dafd74fc0310dd4c5bc /src/common/platform.h | |
parent | Merge pull request #657 from Subv/flip (diff) | |
download | yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar.gz yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar.bz2 yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar.lz yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar.xz yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.tar.zst yuzu-4c684fb274ddf6396b5d5e4c18e3120c7d8fe31e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/platform.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/platform.h b/src/common/platform.h index ba1109c9f..e27d6e31f 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 <limits.h> |