[Bug 3906] DInput related crash in Evil Genius

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


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





------- Additional Comments From tony.lambregts at gmail.com  2005-24-11 15:09 -------
+    if (IsEqualGUID(&IID_IDirectInputDevice7A,riid)) {
??? that is exactly the same as the previous lines. Shouldn't that be an 8...?

+    if (IsEqualGUID(&IID_IDirectInputDevice8A,riid)) {
+	IDirectInputDevice7_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