diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-07-26 11:58:24 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-07-26 11:58:24 +0000 |
commit | e816a74f802e8d7491f6a887612e0879c84c4cdf (patch) | |
tree | 7a609ee4c3ef780c9ef9bf91155a3335213dfe27 /winsup/w32api/lib/user32.def | |
parent | 035df9eff5ad116d40599db4ebf9dd8e51734b9c (diff) | |
download | cygnal-e816a74f802e8d7491f6a887612e0879c84c4cdf.tar.gz cygnal-e816a74f802e8d7491f6a887612e0879c84c4cdf.tar.bz2 cygnal-e816a74f802e8d7491f6a887612e0879c84c4cdf.zip |
* 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.
Diffstat (limited to 'winsup/w32api/lib/user32.def')
-rw-r--r-- | winsup/w32api/lib/user32.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def index 6e9cf8129..3a42ef395 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 |