include: Add DIPROP_PRODUCTNAME and remove duplicate #defines from dinput.h

Bruno Jesus 00cpxxx at gmail.com
Thu Aug 18 00:03:25 CDT 2016


DIPROP_PRODUCTNAME is used by Dolphin.

https://source.winehq.org/source/include/dinput.h#0900

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
-------------- next part --------------
diff --git a/include/dinput.h b/include/dinput.h
index a714eeb..beb81a7 100644
--- a/include/dinput.h
+++ b/include/dinput.h
@@ -908,9 +908,8 @@ typedef const DIPROPSTRING *LPCDIPROPSTRING;
 #define DIPROP_GUIDANDPATH	MAKEDIPROP(12)
 
 #define DIPROP_INSTANCENAME     MAKEDIPROP(13)
+#define DIPROP_PRODUCTNAME      MAKEDIPROP(14)
 #define DIPROP_JOYSTICKID       MAKEDIPROP(15)
-#define DIPROP_KEYNAME          MAKEDIPROP(20)
-#define DIPROP_VIDPID           MAKEDIPROP(24)
 
 #define DIPROP_KEYNAME     MAKEDIPROP(20)
 #define DIPROP_CPOINTS     MAKEDIPROP(21)


More information about the wine-patches mailing list