X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5bc50ee00be73c82685dbdf63dbad35348e920f..73deed44e63d9d8d21a2ef6182bc685edc2bb0f9:/src/mac/carbon/spinctrl.cpp diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp index effc48b853..272c0791f3 100644 --- a/src/mac/carbon/spinctrl.cpp +++ b/src/mac/carbon/spinctrl.cpp @@ -12,19 +12,34 @@ #pragma implementation "spinctlg.h" #endif -#include "wx/spinctrl.h" +#include "wx/defs.h" #if wxUSE_SPINCTRL +#include "wx/spinctrl.h" + +#if 0 +// now using the generic impl //----------------------------------------------------------------------------- // wxSpinCtrl //----------------------------------------------------------------------------- +#if wxUSE_SPINBTN && !defined(__WXMAC__) + +#if !USE_SHARED_LIBRARY + IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxControl) +#endif + +#else // !wxUSE_SPINBTN + #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxTextCtrl) #endif +#endif // wxUSE_SPINBTN/!wxUSE_SPINBTN + +#endif #endif // wxUSE_SPINCTRL