From 408ac1b8cf965067dbc0c36beabac0c8a5769501 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 26 Jul 2003 00:18:57 +0000 Subject: [PATCH] MOre fixes for DLL builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/gizmos/dynamicsash.h | 2 +- contrib/include/wx/xrc/xmlres.h | 4 ++-- include/wx/xrc/xmlres.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/include/wx/gizmos/dynamicsash.h b/contrib/include/wx/gizmos/dynamicsash.h index 4b89ebff38..aebaaa595d 100644 --- a/contrib/include/wx/gizmos/dynamicsash.h +++ b/contrib/include/wx/gizmos/dynamicsash.h @@ -137,7 +137,7 @@ typedef void (wxEvtHandler::*wxDynamicSashUnifyEventFunction)(wxDynamicSashSplit /* wxDynamicSashWindow. See above. */ -extern const wxChar* WXDLLIMPEXP_GIZMOS wxDynamicSashWindowNameStr; +WXDLLIMPEXP_GIZMOS extern const wxChar* wxDynamicSashWindowNameStr; class WXDLLIMPEXP_GIZMOS wxDynamicSashWindow : public wxWindow { public: diff --git a/contrib/include/wx/xrc/xmlres.h b/contrib/include/wx/xrc/xmlres.h index d8b9641aea..607ed3f8d2 100644 --- a/contrib/include/wx/xrc/xmlres.h +++ b/contrib/include/wx/xrc/xmlres.h @@ -142,7 +142,7 @@ public: // Removes all handlers void ClearHandlers(); - + // Registers subclasses factory for use in XRC. This function is not meant // for public use, please see the comment above wxXmlSubclassFactory // definition. @@ -458,7 +458,7 @@ protected: // FIXME -- remove this $%^#$%#$@# as soon as Ron checks his changes in!! -void wxXmlInitResourceModule(); +WXDLLIMPEXP_XRC void wxXmlInitResourceModule(); // This class is used to create instances of XRC "object" nodes with "subclass" diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index d8b9641aea..607ed3f8d2 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -142,7 +142,7 @@ public: // Removes all handlers void ClearHandlers(); - + // Registers subclasses factory for use in XRC. This function is not meant // for public use, please see the comment above wxXmlSubclassFactory // definition. @@ -458,7 +458,7 @@ protected: // FIXME -- remove this $%^#$%#$@# as soon as Ron checks his changes in!! -void wxXmlInitResourceModule(); +WXDLLIMPEXP_XRC void wxXmlInitResourceModule(); // This class is used to create instances of XRC "object" nodes with "subclass" -- 2.45.2