cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d2647fb1f7
commit
92f89387a8
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user