]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
add the ToCLong, ToCULong and ToCDouble functions, with docs and test units
[wxWidgets.git] / src / common / fontcmn.cpp
index 96407bbfd6be9fa84117b6402c8fdbdc6740e052..67ee5bff6440a55d221a503934e80503ced8b86d 100644 (file)
@@ -586,7 +586,7 @@ void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
 // format there anyhow (but there is a well-defined standard for X11 fonts used
 // by wxGTK and wxMotif)
 
-#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined (__WXPM__)
+#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined (__WXPM__) || defined(__WXOSX__)
 
 wxString wxNativeFontInfo::ToUserString() const
 {