]> git.saurik.com Git - wxWidgets.git/commitdiff
MOre fixes for DLL builds
authorRobin Dunn <robin@alldunn.com>
Sat, 26 Jul 2003 00:18:57 +0000 (00:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 26 Jul 2003 00:18:57 +0000 (00:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/gizmos/dynamicsash.h
contrib/include/wx/xrc/xmlres.h
include/wx/xrc/xmlres.h

index 4b89ebff38a68a97303d1114c24c2df30881f4c4..aebaaa595de63fc97d41df2b791a14461bd65193 100644 (file)
@@ -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:
index d8b9641aea17a6b800903d7d745acb47e18d669d..607ed3f8d2402407f32da79b59332a2c3cffb3b1 100644 (file)
@@ -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"
index d8b9641aea17a6b800903d7d745acb47e18d669d..607ed3f8d2402407f32da79b59332a2c3cffb3b1 100644 (file)
@@ -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"