]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
Replace SendIdleEvents with ProcessIdle.
[wxWidgets.git] / src / common / strconv.cpp
index 7e7b6efff5a4af91f0e8e3f210dcd08500954784..68c41c71483002570de3616bcd19aca68c1d4c80 100644 (file)
     #include "wx/msw/private.h"
 #endif
 
+#ifndef __WXWINCE__
 #include <errno.h>
+#endif
+
 #include <ctype.h>
 #include <string.h>
 #include <stdlib.h>