]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing string definition
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:16:02 +0000 (16:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:16:02 +0000 (16:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dynlib.cpp

index f105941fdc1b7200c0ac9c5da014f2206c117246..6dd93ebcdc9c22adb0ce6924e0e5b983fe2e5592 100644 (file)
@@ -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 */