aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/lib
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-26 09:49:52 +0000
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-26 09:49:52 +0000
commitd7a6ce1ab5e712096ef71d991e913b56199e663c (patch)
treed1bed40c348e017f9d7a63fa1c91c7946634659f /winsup/w32api/lib
parent186a0e42de9b19d267e2b5bb1f1ff108e2d9ae36 (diff)
downloadnewlib-d7a6ce1ab5e712096ef71d991e913b56199e663c.zip
newlib-d7a6ce1ab5e712096ef71d991e913b56199e663c.tar.gz
newlib-d7a6ce1ab5e712096ef71d991e913b56199e663c.tar.bz2
* include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS, WINEVENT_INCONTEXT): Add function, typedef, and constants. * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC, WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS, WINEVENT_INCONTEXT): Add function, typedef, and constants. * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess): Add function. * lib/user32.def (SetWinEventHook, UserHandleGrantAccess): Add functions.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r--winsup/w32api/lib/user32.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def
index 712f414..2a88ebe 100644
--- a/winsup/w32api/lib/user32.def
+++ b/winsup/w32api/lib/user32.def
@@ -542,6 +542,7 @@ SetTimer@16
SetUserObjectInformationA@16
SetUserObjectInformationW@16
SetUserObjectSecurity@12
+SetWinEventHook@28
SetWindowContextHelpId@8
_imp__SetWindowContextHelpId@8
SetWindowLongA@12
@@ -594,6 +595,7 @@ UnregisterClassW@8
UnregisterHotKey@8
UpdateLayeredWindow@36
UpdateWindow@4
+UserHandleGrantAccess@12
ValidateRect@8
ValidateRgn@8
VkKeyScanA@4