do not export compare functions in the wx ABI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-15 12:48:31 +00:00
parent af59b3fc6d
commit 2ad4f89f57
3 changed files with 12 additions and 7 deletions

View File

@@ -49,7 +49,9 @@
extern GtkWidget *wxGetRootWindow();
#endif // __WXGTK20__
extern "C" int wxCMPFUNC_CONV
extern "C"
{
static int wxCMPFUNC_CONV
wxCompareFamilies (const void *a, const void *b)
{
const char *a_name = pango_font_family_get_name (*(PangoFontFamily **)a);
@@ -57,6 +59,7 @@ wxCompareFamilies (const void *a, const void *b)
return g_utf8_collate (a_name, b_name);
}
}
bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding,
bool fixedWidthOnly)