]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Applied patch to avoid g_lib wanrings.
[wxWidgets.git] / src / msw / choice.cpp
index 893d0ad9a2fa3ca6eeae2f31d8904e94a499d002..7faa959c51f06e78cbb7a15aff3729407ef048ab 100644 (file)
@@ -28,7 +28,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_CHOICE
+#if wxUSE_CHOICE && !defined(__SMARTPHONE__)
 
 #ifndef WX_PRECOMP
     #include "wx/choice.h"
@@ -601,4 +601,4 @@ WXHBRUSH wxChoice::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED(
     return (WXHBRUSH)brush->GetResourceHandle();
 }
 
-#endif // wxUSE_CHOICE
+#endif // wxUSE_CHOICE && !__SMARTPHONE__