]> git.saurik.com Git - wxWidgets.git/commitdiff
Use the MSW/Mac font encoding info for wxCocoa (just to make wxCocoa compile)
authorDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 06:05:41 +0000 (06:05 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 06:05:41 +0000 (06:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontenc.h

index 32fecc848a9feb59acfce1013b576d2d6a54215c..1f2a667b24e7b1d0f71e17604983f2dbec78c8d1 100644 (file)
@@ -111,7 +111,7 @@ struct WXDLLEXPORT wxNativeEncodingInfo
     wxString facename;          // may be empty meaning "any"
     wxFontEncoding encoding;    // so that we know what this struct represents
 
-#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
+#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) || defined(__WXCOCOA__) // FIXME: __WXCOCOA__
     wxNativeEncodingInfo()
         : facename()
         , encoding(wxFONTENCODING_SYSTEM)