X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..6f34921d9369a31de14e4b07e4824e2d701710f0:/src/common/timercmn.cpp diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index a1e02d73a3..2fbcb4c906 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -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;