]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Better markup.
[wxWidgets.git] / src / msw / control.cpp
index cd973ac89e9ae0019fa107431a31b69f2eff009c..ef6dfe5b9850f356ec63fff425351c22c03429fa 100644 (file)
@@ -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),