compilation fixes for wxUSE_DATETIME==0 (another part of patch 1203970)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-11 16:20:28 +00:00
parent 5ac31f6f8d
commit 34af0de434
3 changed files with 23 additions and 4 deletions

View File

@@ -27,6 +27,8 @@
// the macro below to do it
//#define CHANGE_SYSTEM_DATE
#if wxUSE_DATETIME
#ifndef __WINDOWS__
#undef CHANGE_SYSTEM_DATE
#endif
@@ -823,3 +825,4 @@ void DateTimeTestCase::TestDSTBug()
#endif // CHANGE_SYSTEM_DATE
}
#endif // wxUSE_DATETIME