]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / src / common / strconv.cpp
index 7e7b6efff5a4af91f0e8e3f210dcd08500954784..a5e08ae3330413bf9731ca01dd52f12132f9abcc 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma implementation "strconv.h"
 #endif
 
     #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