* 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.
This commit is contained in:
Danny Smith
2003-07-26 11:58:24 +00:00
parent 035df9eff5
commit e816a74f80
3 changed files with 24 additions and 4 deletions

View File

@ -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