http://bugs.winehq.org/show_bug.cgi?id=3906
------- Additional Comments From tony.lambregts@gmail.com 2005-24-11 15:35 ------- Maybe better this way (both 7's changed to 8's) ;^) (totally untested)
+ if (IsEqualGUID(&IID_IDirectInputDevice8A,riid)) { + IDirectInputDevice8_AddRef(iface); + *ppobj = This; + return DI_OK; + }