http://bugs.winehq.org/show_bug.cgi?id=24220
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-08-31 07:05:03 CDT --- Your test has an error, GetKeyboardState returns 'BOOL', you need to check if it failed by testing it against 0. I don't have access to a Wine environment right now, but perhaps you should fix your test and retry.