diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-26 14:46:33 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-26 14:46:33 +0000 |
commit | 349a6402fe566a06f18ee2a1e2d412b8b8d9d304 (patch) | |
tree | e5d4c7a679194b7409a8c731b71aebd3e936c9e2 /winsup/w32api/lib/user32.def | |
parent | b6c1b88ad4ba53e6a96ff6665f0c49659ec61aee (diff) | |
download | cygnal-349a6402fe566a06f18ee2a1e2d412b8b8d9d304.tar.gz cygnal-349a6402fe566a06f18ee2a1e2d412b8b8d9d304.tar.bz2 cygnal-349a6402fe566a06f18ee2a1e2d412b8b8d9d304.zip |
* include/winable.h (BlockInput): Add function.
* include/winable.h (WS_ACTIVECAPTION): Add constant.
For use with WINDOWINFO structure.
* include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
Add function.
* include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
Add function.
* include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
Add function...
* include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
...and duplicate.
* include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
Guard function...
* include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
...and duplicate.
* include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
Guard function...
* include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
...and duplicate.
* include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
HARDWAREINPUT, INPUT): Guard structures...
* include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
HARDWAREINPUT, INPUT): ...and duplicate.
* include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
* include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
* include/winuser.h: Move around some lines. Reformat according
to recommended or dominant style. Remove FAR keyword.
* include/winable.h: Move around some lines.
* lib/user32.def (BlockInput, IsWinEventHookInstalled,
LockWorkStation, UnhookWinEvent): Add functions.
Diffstat (limited to 'winsup/w32api/lib/user32.def')
-rw-r--r-- | winsup/w32api/lib/user32.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def index 2beae1c83..916ba5645 100644 --- a/winsup/w32api/lib/user32.def +++ b/winsup/w32api/lib/user32.def @@ -12,6 +12,7 @@ ArrangeIconicWindows@4 AttachThreadInput@12 BeginDeferWindowPos@4 BeginPaint@8 +BlockInput@4 BringWindowToTop@4 BroadcastSystemMessage@20 BroadcastSystemMessageA@20 @@ -382,6 +383,7 @@ IsHungAppWindow@4 IsIconic@4 IsMenu@4 IsRectEmpty@4 +IsWinEventHookInstalled@4 IsWindow@4 IsWindowEnabled@4 IsWindowUnicode@4 @@ -411,6 +413,7 @@ LoadStringA@16 LoadStringW@16 LockSetForegroundWindow@4 LockWindowUpdate@4 +LockWorkStation@0 LookupIconIdFromDirectory@8 LookupIconIdFromDirectoryEx@20 MapDialogRect@8 @@ -590,6 +593,7 @@ TranslateAcceleratorA@12 TranslateAcceleratorW@12 TranslateMDISysAccel@8 TranslateMessage@4 +UnhookWinEvent@4 UnhookWindowsHook@8 UnhookWindowsHookEx@4 UnionRect@12 |