[Bug 3906] DInput related crash in Evil Genius

Wine Bugs wine-bugs at winehq.org
Thu Nov 24 15:35:33 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3906





------- Additional Comments From tony.lambregts at 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;
+    }


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list