]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
Updates for Y positioning
[wxWidgets.git] / 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 */