]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/combobox.cpp
Add wxABI_VERSION
[wxWidgets.git] / src / mac / carbon / combobox.cpp
index 40caccafc811508aa3f097b668bc2d71ea389a9b..bbc3110dbdb678b3afeabec89c9272cfb7e96275 100644 (file)
@@ -22,9 +22,7 @@
 #include "wx/menu.h"
 #include "wx/mac/uma.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
-#endif
 
 // composite combobox implementation by Dan "Bud" Keith bud@otsys.com