mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 08:16:33 -05:00
Fix MSVC-related #defines and add CMakeLists comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user