X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3180bc0e63fc0feea1fcdb756752b700c27b9773..02a525b385836d41f63e3bbebec869c7b8249026:/src/msw/control.cpp 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),