From 285f605a415c1cd55f74c7102223db47dd24ebf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 29 Sep 2004 05:42:47 +0000 Subject: [PATCH] Correction to lost #ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.47.2