summaryrefslogtreecommitdiff
path: root/src/common/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/platform.h')
-rw-r--r--src/common/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/platform.h b/src/common/platform.h
index ce5550520..ce9cfd4a2 100644
--- a/src/common/platform.h
+++ b/src/common/platform.h
@@ -76,7 +76,7 @@
76#endif 76#endif
77#define EMU_FASTCALL __fastcall 77#define EMU_FASTCALL __fastcall
78 78
79#ifdef _MSVC_VER 79#ifdef _MSC_VER
80inline struct tm* localtime_r(const time_t *clock, struct tm *result) { 80inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
81 if (localtime_s(result, clock) == 0) 81 if (localtime_s(result, clock) == 0)
82 return result; 82 return result;