git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13487
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// format there anyhow (but there is a well-defined standard for X11 fonts used
// by wxGTK and wxMotif)
// 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__)
+#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined (__WXPM__)
wxString wxNativeFontInfo::ToUserString() const
{
wxString wxNativeFontInfo::ToUserString() const
{
-#endif // generic or wxMSW
+#endif // generic or wxMSW or wxOS2