]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
added fix for MSL under Win32 (by Steve Hartwell)
[wxWidgets.git] / include / wx / fontutil.h
index c7eb9060ea990bf3875e54d6adb388eaae7ee8d1..1f4f5c3c340d23a39256b3284c3514db7d28c813 100644 (file)
@@ -27,8 +27,7 @@
 #include "wx/font.h"        // for wxFont and wxFontEncoding
 
 #if defined(__WXMSW__)
-    #include <windows.h>
-    #include "wx/msw/winundef.h"
+    #include "wx/msw/wrapwin.h"
 #endif
 
 struct WXDLLEXPORT wxNativeEncodingInfo;
@@ -220,10 +219,4 @@ extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info);
     #include "wx/mgl/fontutil.h"
 #endif // __WXMGL__
 
-#ifdef __WXMAC__
-
-wxUint32 wxMacGetSystemEncFromFontEnc(wxFontEncoding encoding) ;
-wxFontEncoding wxMacGetFontEncFromSystemEnc(wxUint32 encoding) ;
-
-#endif
 #endif // _WX_FONTUTIL_H_