projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
symbols.txt is no longer.
[wxWidgets.git]
/
src
/
msw
/
dragimag.cpp
diff --git
a/src/msw/dragimag.cpp
b/src/msw/dragimag.cpp
index c94a7d33d91cd59d341ce8ddd7ec88755d822fa5..b80fac16b7217dc1a5e009b883c85f8a911f5b8e 100644
(file)
--- a/
src/msw/dragimag.cpp
+++ b/
src/msw/dragimag.cpp
@@
-55,6
+55,12
@@
#include <commctrl.h>
#endif
#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
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------