From 5d10b212ecebb15fb1463edc08c725d8e29fa44a Mon Sep 17 00:00:00 2001 From: darkf Date: Mon, 29 Dec 2014 19:59:14 -0800 Subject: Fix MSVC-related #defines and add CMakeLists comment --- src/common/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/platform.h') diff --git a/src/common/platform.h b/src/common/platform.h index ce555052..ce9cfd4a 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -76,7 +76,7 @@ #endif #define EMU_FASTCALL __fastcall -#ifdef _MSVC_VER +#ifdef _MSC_VER inline struct tm* localtime_r(const time_t *clock, struct tm *result) { if (localtime_s(result, clock) == 0) return result; -- cgit v1.2.3