]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
added wxSpinCtrl::SetSelection method
[wxWidgets.git] / src / msw / dragimag.cpp
index c94a7d33d91cd59d341ce8ddd7ec88755d822fa5..b80fac16b7217dc1a5e009b883c85f8a911f5b8e 100644 (file)
 #include <commctrl.h>
 #endif
 
+// Wine doesn't have this yet
+#ifndef ListView_CreateDragImage
+#define ListView_CreateDragImage(hwnd, i, lpptUpLeft) \
+    (HIMAGELIST)SNDMSG((hwnd), LVM_CREATEDRAGIMAGE, (WPARAM)(int)(i), (LPARAM)(LPPOINT)(lpptUpLeft))
+#endif
+
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------