Austin English : include/winuser.h: Add tagDROPSTRUCT struct.

Alexandre Julliard julliard at winehq.org
Fri Apr 20 17:55:41 CDT 2018


Module: wine
Branch: master
Commit: 5572f8bebc33931f1e2c75e3b2b12d92223902d0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5572f8bebc33931f1e2c75e3b2b12d92223902d0

Author: Austin English <austinenglish at gmail.com>
Date:   Fri Apr 20 00:43:05 2018 -0500

include/winuser.h: Add tagDROPSTRUCT struct.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winuser.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/include/winuser.h b/include/winuser.h
index fa6ff70..d0893a4 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -2148,6 +2148,16 @@ typedef struct tagCBTACTIVATESTRUCT
 } CBTACTIVATESTRUCT, *LPCBTACTIVATESTRUCT;
 
 
+typedef struct tagDROPSTRUCT
+{
+    HWND      hwndSource;
+    HWND      hwndSink;
+    DWORD     wFmt;
+    ULONG_PTR dwData;
+    POINT     ptDrop;
+    DWORD     dwControlData;
+} DROPSTRUCT, *PDROPSTRUCT, *LPDROPSTRUCT;
+
 /* modifiers for RegisterHotKey */
 #define	MOD_ALT		0x0001
 #define	MOD_CONTROL	0x0002




More information about the wine-cvs mailing list