]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Nov 2007 07:19:33 +0000 (07:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Nov 2007 07:19:33 +0000 (07:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/datetime.h
include/wx/defs.h

index 7f34cc394fd307fcfe6802e6c26c560c8bcb58d9..5028137aa276c32af0fa388cd08be6b9f70ba72f 100644 (file)
@@ -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
  *
index ad5e2a6ab5683dc635f99850d8b1a1dedf969742..3c0898a9fc5093d0545df07f9f433c9c12956e37 100644 (file)
@@ -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