]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
add wxDataViewIconText
[wxWidgets.git] / src / common / datetime.cpp
index a6758a896af40e3ac8f075b8d4d5ac93e25f2498..2697859c644e5bf25f8c5daf84896e421cee79e0 100644 (file)
@@ -172,7 +172,7 @@ wxCUSTOM_TYPE_INFO(wxDateTime, wxToStringConverter<wxDateTime> , wxFromStringCon
         #define WX_GMTOFF_IN_TM
     #elif defined(__WXWINCE__) && defined(__VISUALC8__)
         // _timezone is not present in dynamic run-time library
-        #if 1
+        #if 0
         // Solution (1): use the function equivalent of _timezone
         static long wxGetTimeZone()
         {
@@ -186,7 +186,7 @@ wxCUSTOM_TYPE_INFO(wxDateTime, wxToStringConverter<wxDateTime> , wxFromStringCon
             return s_Timezone;
         }
         #define WX_TIMEZONE wxGetTimeZone()
-        #elif 0
+        #elif 1
         // Solution (2): using GetTimeZoneInformation
         static long wxGetTimeZone()
         {