X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abc736fd0eb6be85b0c091b078cebe96f5e4393f..c59f6793fb6c116e6b9abdaca4de0c4a08a0e5b0:/include/wx/gtk1/private.h diff --git a/include/wx/gtk1/private.h b/include/wx/gtk1/private.h index c943f3ad2d..d283191754 100644 --- a/include/wx/gtk1/private.h +++ b/include/wx/gtk1/private.h @@ -133,13 +133,13 @@ inline wxEventType GtkScrollWinTypeToWx(guint scrollType) #ifdef __WXGTK20__ // Escapes string so that it is valid Pango markup XML string: -wxString wxEscapeStringForPangoMarkup(const wxString& str); +WXDLLIMPEXP_CORE wxString wxEscapeStringForPangoMarkup(const wxString& str); #endif // The declaration for gtk_icon_size_lookup was accidentally ifdefed out in // GTK+ 2.1.0 which Sun seem to have shipped with some versions of JDS // for Solaris 9 x86. -#if NEED_GTK_ICON_SIZE_LOOKUP +#ifdef NEED_GTK_ICON_SIZE_LOOKUP extern "C" gboolean gtk_icon_size_lookup (GtkIconSize size, gint *width, gint *height);