]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
static wxFile::Access() added
[wxWidgets.git] / src / common / timercmn.cpp
index a13496beff94f2195c59831626a1975b49d7bbdc..a1e02d73a358dd240d6a9f979c8db4f090133cb0 100644 (file)
@@ -144,7 +144,7 @@ bool wxGetLocalTime(long *timeZone, int *dstObserved)
   *dstObserved = tp->tm_isdst;
 #else
 
-#if (((defined(__SYSV__) && !defined(__HPUX__)) || defined(__MSDOS__) || defined(__WINDOWS__)) && !defined(__GNUWIN32__))
+#if (((defined(__SYSV__) && !defined(__HPUX__)) || defined(__MSDOS__) || defined(__WXMSW__)) && !defined(__GNUWIN32__))
 #ifdef __BORLANDC__
   /* Borland uses underscores */
   *timeZone = _timezone;