fixed #include paths to use local copies of png/gdk_imlib/zlib headers
fixed compiler warning in time.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ wxTime::wxTime()
|
||||
wxTimeInitialized = TRUE;
|
||||
}
|
||||
sec = wxGetCurrentTime();
|
||||
sec += 2177452800L; /* seconds from 1/1/01 to 1/1/70 */
|
||||
sec += 2177452800UL; /* seconds from 1/1/01 to 1/1/70 */
|
||||
}
|
||||
|
||||
wxTime::wxTime(hourTy h, minuteTy m, secondTy s, bool dst)
|
||||
|
||||
Reference in New Issue
Block a user