]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git] / include / wx / log.h
index a93daa1585f73db4a8b3b317a083dd720fcedb1c..f4b5163c2bd897661a4f93e65f7df4b2ff603453 100644 (file)
@@ -40,7 +40,9 @@ typedef unsigned long wxLogLevel;
 
 #if wxUSE_LOG
 
+#ifndef __WXWINCE__
 #include <time.h>   // for time_t
+#endif
 
 #include "wx/dynarray.h"