[PATCH 3/4] include: Add DIPROPPOINTER definition.

Arkadiusz Hiler ahiler at codeweavers.com
Mon Mar 8 06:36:10 CST 2021


Signed-off-by: Arkadiusz Hiler <ahiler at codeweavers.com>
---
 include/dinput.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/dinput.h b/include/dinput.h
index 92c6255cf37..2d183bbc944 100644
--- a/include/dinput.h
+++ b/include/dinput.h
@@ -876,6 +876,12 @@ typedef struct DIPROPSTRING {
 } DIPROPSTRING, *LPDIPROPSTRING;
 typedef const DIPROPSTRING *LPCDIPROPSTRING;
 
+typedef struct DIPROPPOINTER {
+        DIPROPHEADER diph;
+        UINT_PTR uData;
+} DIPROPPOINTER, *LPDIPROPPOINTER;
+typedef const DIPROPPOINTER *LPCDIPROPPOINTER;
+
 /* special property GUIDs */
 #ifdef __cplusplus
 #define MAKEDIPROP(prop)	(*(const GUID *)(prop))
-- 
2.30.1




More information about the wine-devel mailing list