diff --git a/src/msw/control.cpp b/src/msw/control.cpp index cd973ac89e..ef6dfe5b98 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -214,7 +214,7 @@ wxSize wxControl::GetBestSpinerSize(const bool is_vertical) const { // take size according to layout wxSize bestSize( -#ifdef defined(__SMARTPHONE__) && defined(__WXWINCE__) +#if defined(__SMARTPHONE__) && defined(__WXWINCE__) 0,GetCharHeight() #else GetSystemMetrics(is_vertical ? SM_CXVSCROLL : SM_CXHSCROLL),