X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af0846427683d08c44b5d88f39c932ace31843c..194142ed6fec5b7bc09e19b093db3e5d56f3ebc4:/src/common/strconv.cpp diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 7e7b6efff5..a5e08ae333 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "strconv.h" #endif @@ -37,7 +37,10 @@ #include "wx/msw/private.h" #endif +#ifndef __WXWINCE__ #include +#endif + #include #include #include @@ -843,6 +846,8 @@ public: // were we initialized successfully? bool m_ok; + + DECLARE_NO_COPY_CLASS(EC_CharSet) }; #endif // wxUSE_FONTMAP