added missing string definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -211,6 +211,8 @@ const wxString wxDllLoader::ms_dllext( _T(".sl") );
|
|||||||
#else
|
#else
|
||||||
const wxString wxDllLoader::ms_dllext( _T(".so") );
|
const wxString wxDllLoader::ms_dllext( _T(".so") );
|
||||||
#endif
|
#endif
|
||||||
|
#elif defined(__WXMAC__)
|
||||||
|
const wxString wxDllLoader::ms_dllext( _T("") );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* static */
|
/* static */
|
||||||
|
Reference in New Issue
Block a user