X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57b486583d6809c9f4cf58286bb5b150a6415449..ae23a52a16b11c47e8ffdac93fb61de1cda4cedc:/include/wx/datetime.h diff --git a/include/wx/datetime.h b/include/wx/datetime.h index 9ea0f924b6..ca6a0ada1f 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -50,15 +50,11 @@ class WXDLLEXPORT wxDateSpan; // set this to the corresponding value in seconds 1/1/1970 has on your // systems c-runtime -#ifdef __WXMAC__ -#if __MSL__ < 0x6000 +#if defined(__WXMAC__) && !defined(__DARWIN__) && __MSL__ < 0x6000 #define WX_TIME_BASE_OFFSET ( 2082844800L + 126144000L ) #else #define WX_TIME_BASE_OFFSET 0 #endif -#else - #define WX_TIME_BASE_OFFSET 0 -#endif /* * TODO *