warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,12 +42,12 @@ class WXDLLEXPORT wxDateSpan;
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#if __MSL__ < 0x6000
|
||||
#define WX_TIME_BASE_OFFSET ( 2082844800L + 126144000L )
|
||||
#define WX_TIME_BASE_OFFSET ( 2082844800L + 126144000L )
|
||||
#else
|
||||
#define WX_TIME_BASE_OFFSET 0
|
||||
#define WX_TIME_BASE_OFFSET 0
|
||||
#endif
|
||||
#else
|
||||
#define WX_TIME_BASE_OFFSET 0
|
||||
#define WX_TIME_BASE_OFFSET 0
|
||||
#endif
|
||||
/*
|
||||
* TODO
|
||||
|
Reference in New Issue
Block a user