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

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:29 CDT 2018


Module: wine
Branch: stable
Commit: 3fc6fbb793a2607ccc2c0f73d32cfe4219ad1ba2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3fc6fbb793a2607ccc2c0f73d32cfe4219ad1ba2

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>
(cherry picked from commit 5572f8bebc33931f1e2c75e3b2b12d92223902d0)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

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

diff --git a/include/winuser.h b/include/winuser.h
index 05bf590..4972772 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