]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontutil.cpp
fixed cleanup order to behave correctly in presence of exceptions
[wxWidgets.git] / src / msw / fontutil.cpp
index dfee03efee99984329e43bd3768c708daa5df34c..8f9844def70b4eeb133814bfbc1545c35e65e542 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "fontutil.h"
 #endif
 
@@ -32,6 +32,7 @@
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/intl.h"
+    #include "wx/encinfo.h"
 #endif //WX_PRECOMP
 
 #include "wx/msw/private.h"