]> git.saurik.com Git - wxWidgets.git/commitdiff
HAVE_LOCALTIME def for WXPM
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 15 Nov 1999 04:47:19 +0000 (04:47 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 15 Nov 1999 04:47:19 +0000 (04:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/timercmn.cpp

index 63a4eced88cb84e9afd39bf8500b6442cc99b452..b2ba8d05383b3c892e415c5593248e50c7684765 100644 (file)
@@ -36,7 +36,7 @@
 #include "wx/timer.h"
 
 // I'm told VMS is POSIX, so should have localtime()
-#if defined(__WXMSW__) || defined(__VMS__)
+#if defined(__WXMSW__) || defined(__VMS__) || defined(__WXPM__)
     // configure might have found it already for us
     #ifndef HAVE_LOCALTIME
         #define HAVE_LOCALTIME