http://bugs.winehq.org/show_bug.cgi?id=20395
Inf L00p infl00p@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infl00p@gmail.com
--- Comment #115 from Inf L00p infl00p@gmail.com 2012-07-21 03:20:38 CDT --- The game Guild Wars 2 does not expect a UINT -1 returned on the GetRawInputData function, you can change the patch to return size of buffer, single line change on patch. < return (UINT)-1;
return result;