From: Jaakko Salli Date: Tue, 26 Jan 2010 17:44:51 +0000 (+0000) Subject: Fixed wxPGGlobalVars export declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/13bb4e59af826c9c45a3c9259499f5832b1a706f Fixed wxPGGlobalVars export declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index 90b8ba9004..30eaa0de3b 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -105,7 +105,7 @@ public: int HasExtraStyle( int style ) const { return (m_extraStyle & style); } }; -extern WXDLLIMPEXP_PROPGRID wxPGGlobalVarsClass* wxPGGlobalVars; +extern WXDLLIMPEXP_DATA_PROPGRID(wxPGGlobalVarsClass*) wxPGGlobalVars; #define wxPGVariant_EmptyString (wxPGGlobalVars->m_vEmptyString) #define wxPGVariant_Zero (wxPGGlobalVars->m_vZero)