]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stopwatch.cpp
indent app name + version from the rest in about dialog; use i18n-friendly way of...
[wxWidgets.git] / src / common / stopwatch.cpp
index 5a3776da285e13659f9c1e5135a3b472eb0ee652..22ecaadecdf2ddd3f4cf8a35d1137b3e4aa7e0d8 100644 (file)
 #   undef HAVE_GETTIMEOFDAY
 #endif
 
+#ifndef __WXPALMOS5__
 #ifndef __WXWINCE__
 #include <time.h>
 #else
 #include "wx/msw/private.h"
 #include "wx/msw/wince/time.h"
 #endif
+#endif // __WXPALMOS5__
+
 
 #if !defined(__WXMAC__) && !defined(__WXWINCE__)
     #include <sys/types.h>      // for time_t