include: Add IID_IDirectInputPIDDriver definition.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2021-09-29 10:24:55 +02:00 committed by Alexandre Julliard
parent 3dc21ab03b
commit d0a1ac332d
1 changed files with 1 additions and 0 deletions

View File

@ -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;