MOre fixes for DLL builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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:
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user