]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
Need to use the same instance handles
[wxWidgets.git] / src / msw / dragimag.cpp
index 1d88dfca550bcfd788b0b08b515c63e0ba953cee..0789752ef0613378373fcdb9bcaaa6897cfe7dd2 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "dragimag.h"
 #endif
 
 #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