]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
* Fixed two memory leaks.
[wxWidgets.git] / src / common / timercmn.cpp
index a1e02d73a358dd240d6a9f979c8db4f090133cb0..2fbcb4c90630ee555c5cfd5f0b28cc0834d99015 100644 (file)
@@ -168,6 +168,8 @@ bool wxGetLocalTime(long *timeZone, int *dstObserved)
   *timeZone = tp->tm_gmtoff; // ???
   *dstObserved = tp->tm_isdst;
 #endif
+#elif defined(__WXSTUBS__)
+  return FALSE;
 #else
 // #error wxGetLocalTime not implemented.
   struct timeval tp;