From: Stefan Csomor Date: Sun, 20 Jan 2002 16:16:02 +0000 (+0000) Subject: added missing string definition X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/337b24541e44b13deb722b42e3c8a80e229ab94e?ds=sidebyside added missing string definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index f105941fdc..6dd93ebcdc 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -211,6 +211,8 @@ const wxString wxDllLoader::ms_dllext( _T(".sl") ); #else const wxString wxDllLoader::ms_dllext( _T(".so") ); #endif +#elif defined(__WXMAC__) +const wxString wxDllLoader::ms_dllext( _T("") ); #endif /* static */