OSDN Git Service

* include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
authorpapadopo <papadopo>
Fri, 26 Sep 2003 09:49:52 +0000 (09:49 +0000)
committerpapadopo <papadopo>
Fri, 26 Sep 2003 09:49:52 +0000 (09:49 +0000)
commit9626b41c5af5f29ed7d50850380cf837cc1795a2
treea9b0438497e3f669feafb0d8c5a7bcadcb30bebe
parent196a2da019b457044e13ebebca2a904f3f238c4b
* 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.
winsup/w32api/ChangeLog
winsup/w32api/include/winable.h
winsup/w32api/include/winuser.h
winsup/w32api/lib/user32.def