From e816a74f802e8d7491f6a887612e0879c84c4cdf Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 26 Jul 2003 11:58:24 +0000 Subject: * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK, LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT, _WIN32_WINDOWS, not WINVER. (AllowSetForegroundWindow,LockSetForegroundWindow, SetLayeredWindowAttributes): Likewise. (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes. * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow): Add stubs. --- winsup/w32api/lib/user32.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/w32api/lib') diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def index 6e9cf81..3a42ef3 100644 --- a/winsup/w32api/lib/user32.def +++ b/winsup/w32api/lib/user32.def @@ -257,6 +257,7 @@ GetKeyboardState@4 GetKeyboardType@4 GetLastActivePopup@4 GetLastInputInfo@4 +GetLayeredWindowAttributes@16 GetListBoxInfo@4 GetMenu@4 GetMenuBarInfo@16 @@ -566,6 +567,7 @@ UnpackDDElParam@16 UnregisterClassA@8 UnregisterClassW@8 UnregisterHotKey@8 +UpdateLayeredWindow@36 UpdateWindow@4 ValidateRect@8 ValidateRgn@8 -- cgit v1.1