"Mike McCormack" mike@codeweavers.com wrote:
+BOOL WINAPI GetLastInputInfo(PLASTINPUTINFO);
...
diff -u -r1.90 user32.spec --- dlls/user/user32.spec 19 Oct 2004 21:10:17 -0000 1.90 +++ dlls/user/user32.spec 6 Dec 2004 18:01:17 -0000 @@ -263,6 +263,7 @@ @ stdcall GetKeyboardState(ptr) @ stdcall GetKeyboardType(long) @ stdcall GetLastActivePopup(long) +@ stdcall GetLastInputInfo()
Number of parameters in header and spec files mismatch and there is no stub implementation of GetLastInputInfo at all.