]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
multilib mode
[wxWidgets.git] / src / common / strconv.cpp
index 7e7b6efff5a4af91f0e8e3f210dcd08500954784..2279100d9372101c6ab25b7a1d3d1ccf3ea87948 100644 (file)
     #include "wx/msw/private.h"
 #endif
 
+#ifndef __WXWINCE__
 #include <errno.h>
+#endif
+
 #include <ctype.h>
 #include <string.h>
 #include <stdlib.h>
@@ -843,6 +846,8 @@ public:
 
     // were we initialized successfully?
     bool m_ok;
+
+    DECLARE_NO_COPY_CLASS(EC_CharSet)
 };
 
 #endif // wxUSE_FONTMAP