Move the language catalogs install directory on MSW from 'locale' to
[wxWidgets.git] / src / msw / wince / choicece.cpp
index 36b29d1027c920c198562fc42fc6f760aed7ec39..caef2a0388fe1e5f8209192a34b0100324ea9a5b 100644 (file)
 
 #if wxUSE_CHOICE && defined(__SMARTPHONE__) && defined(__WXWINCE__)
 
+#include "wx/choice.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/choice.h"
-    #include <commctrl.h>
-    #include "wx/msw/missing.h"
-    #include "wx/msw/winundef.h"
 #endif
 
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
+
 #include "wx/spinbutt.h" // for wxSpinnerBestSize
 
 #if wxUSE_EXTENDED_RTTI