X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f499e61407a950d2b2568556b100630998f1581c..052d2fc5818243dadbc1ec54b1120e295304fc55:/src/msw/choice.cpp diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 1ebacc20e4..0848b22251 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -28,7 +28,7 @@ #pragma hdrstop #endif -#if wxUSE_CHOICE && !defined(__SMARTPHONE__) +#if wxUSE_CHOICE && !(defined(__SMARTPHONE__) && defined(__WXWINCE__)) #ifndef WX_PRECOMP #include "wx/choice.h" @@ -620,4 +620,4 @@ WXHBRUSH wxChoice::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED( return (WXHBRUSH)brush->GetResourceHandle(); } -#endif // wxUSE_CHOICE && !__SMARTPHONE__ +#endif // wxUSE_CHOICE && !(__SMARTPHONE__ && __WXWINCE__)