]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private.h
wxMac linking fix
[wxWidgets.git] / include / wx / gtk / private.h
index c943f3ad2da97c782db64d6ac1e14eeede061027..d283191754ba2d55da3f451f40618968d5c86fe5 100644 (file)
@@ -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);