| commit | f11de4fc3d7605e799bb0f1630cbbc404c351ab3 | [log] [tgz] |
|---|---|---|
| author | Peter Hunnisett <peter@transgaming.com> | Fri Feb 22 21:24:25 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 22 21:24:25 2002 +0000 |
| tree | 74d4ad5ef251d0dbe3b73c86959a9a1c45e7e847 | |
| parent | d10c9a47b8d08453f783223b9a9fc8311a8ab868 [diff] [blame] |
Fix return type of GetAsyncKeyState.
diff --git a/include/winuser.h b/include/winuser.h index ff8dbe9..c12879a 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -3822,7 +3822,7 @@ HWND WINAPI GetActiveWindow(void); HWND WINAPI GetAncestor(HWND,UINT); DWORD WINAPI GetAppCompatFlags(HTASK); -WORD WINAPI GetAsyncKeyState(INT); +SHORT WINAPI GetAsyncKeyState(INT); HWND WINAPI GetCapture(void); UINT WINAPI GetCaretBlinkTime(void); BOOL WINAPI GetCaretPos(LPPOINT);