projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa15551
)
added missing string definition
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:16:02 +0000
(16:16 +0000)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/dynlib.cpp
b/src/common/dynlib.cpp
index f105941fdc1b7200c0ac9c5da014f2206c117246..6dd93ebcdc9c22adb0ce6924e0e5b983fe2e5592 100644
(file)
--- 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 */