Rémi Bernon : include: Add IID_IDirectInputPIDDriver definition.

Alexandre Julliard julliard at winehq.org
Wed Sep 29 15:54:10 CDT 2021


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Wed Sep 29 10:24:55 2021 +0200

include: Add IID_IDirectInputPIDDriver definition.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dinputd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dinputd.h b/include/dinputd.h
index 9c3b435cc6c..141e634b59d 100644
--- a/include/dinputd.h
+++ b/include/dinputd.h
@@ -27,6 +27,7 @@
 #endif
 
 DEFINE_GUID(IID_IDirectInputJoyConfig8, 0xEB0D7DFA,0x1990,0x4F27,0xB4,0xD6,0xED,0xF2,0xEE,0xC4,0xA4,0x4C);
+DEFINE_GUID(IID_IDirectInputPIDDriver, 0xeec6993a,0xb3fd,0x11d2,0xa9,0x16,0x00,0xc0,0x4f,0xb9,0x86,0x38);
 
 typedef struct IDirectInputJoyConfig8 *LPDIRECTINPUTJOYCONFIG8;
 




More information about the wine-cvs mailing list