From: Stefan Csomor Date: Tue, 20 Nov 2007 07:19:33 +0000 (+0000) Subject: cleanup mac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/92f89387a8ab67e331d42e3d345d7e1ac786c022 cleanup mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/datetime.h b/include/wx/datetime.h index 7f34cc394f..5028137aa2 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -37,11 +37,8 @@ class WXDLLIMPEXP_FWD_BASE wxDateSpan; // set this to the corresponding value in seconds 1/1/1970 has on your // systems c-runtime -#if defined(__WXMAC__) && !defined(__DARWIN__) && __MSL__ < 0x6000 - #define WX_TIME_BASE_OFFSET ( 2082844800L + 126144000L ) -#else - #define WX_TIME_BASE_OFFSET 0 -#endif +#define WX_TIME_BASE_OFFSET 0 + /* * TODO * diff --git a/include/wx/defs.h b/include/wx/defs.h index ad5e2a6ab5..3c0898a9fc 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2540,7 +2540,7 @@ DECLARE_WXMAC_OPAQUE_REF( PasteboardRef ); #endif -#if defined( __WXCOCOA__ ) || ( defined(__WXMAC__) && defined(__DARWIN__) ) +#if defined( __WXCOCOA__ ) || defined(__WXMAC__) /* Definitions of 32-bit/64-bit types * These are typedef'd exactly the same way in newer OS X headers so