Bruno Jesus : include: Add DIPROP_PRODUCTNAME and remove duplicate #defines from dinput.h.
Module: wine Branch: master Commit: b5159c6a2d387c9829571b019eea79615f41c3c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b5159c6a2d387c9829571b019e... Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Thu Aug 18 02:03:25 2016 -0300 include: Add DIPROP_PRODUCTNAME and remove duplicate #defines from dinput.h. Signed-off-by: Bruno Jesus <00cpxxx(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/dinput.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)
participants (1)
-
Alexandre Julliard