]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
allow compilation with wxUSE_CHOICEDLG set to 0
[wxWidgets.git] / src / msw / dragimag.cpp
index de1e7b088e6891130e533415085743a05070b01c..0789752ef0613378373fcdb9bcaaa6897cfe7dd2 100644 (file)
 #include "wx/msw/dragimag.h"
 #include "wx/msw/private.h"
 
+#ifdef __WXWINCE__  // for SM_CXCURSOR and SM_CYCURSOR
+#include "wx/msw/wince/missing.h"
+#endif // __WXWINCE__
+
 #if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
 #include <commctrl.h>
 #endif