]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
added support for double arguments to wxCmdLineParser (patch 1907289)
[wxWidgets.git] / include / wx / log.h
index a4d800e62342da52523abad8ac21f70f957d5cbb..4d9523604271ef8422f6d77a1c594350411e4b3e 100644 (file)
@@ -55,9 +55,11 @@ typedef unsigned long wxLogLevel;
 
 #include "wx/arrstr.h"
 
+#ifndef __WXPALMOS5__
 #ifndef __WXWINCE__
     #include <time.h>   // for time_t
 #endif
+#endif // ! __WXPALMOS5__
 
 #include "wx/dynarray.h"