diff --git a/reactos/lib/user32/misc/stubs.c b/reactos/lib/user32/misc/stubs.c index da4f5b481f8..ce7676c8acf 100644 --- a/reactos/lib/user32/misc/stubs.c +++ b/reactos/lib/user32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.16 2002/10/20 14:52:45 ekohl Exp $ +/* $Id: stubs.c,v 1.17 2003/01/07 17:30:32 robd Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll @@ -528,4 +528,28 @@ WaitForInputIdle( } + +HHOOK +STDCALL +SetWindowsHookExA( + int idHook, + HOOKPROC lpfn, + HINSTANCE hMod, + DWORD dwThreadId) +{ + return 0; +} + +HHOOK +STDCALL +SetWindowsHookExW( + int idHook, + HOOKPROC lpfn, + HINSTANCE hMod, + DWORD dwThreadId) +{ + return 0; +} + + /* EOF */ diff --git a/reactos/lib/user32/user32.def b/reactos/lib/user32/user32.def index 2600cd9f3c3..66eef33a9ac 100644 --- a/reactos/lib/user32/user32.def +++ b/reactos/lib/user32/user32.def @@ -617,8 +617,8 @@ SetWindowTextA@8 SetWindowTextW@8 ;SetWindowWord ;SetWindowsHookA -;SetWindowsHookExA -;SetWindowsHookExW +SetWindowsHookExA +SetWindowsHookExW ;SetWindowsHookW ShowCaret@4 ShowCursor@4 diff --git a/reactos/lib/user32/user32.edf b/reactos/lib/user32/user32.edf index ea23e7a8c1a..00d046b64c3 100644 --- a/reactos/lib/user32/user32.edf +++ b/reactos/lib/user32/user32.edf @@ -617,8 +617,8 @@ SetWindowTextA=SetWindowTextA@8 SetWindowTextW=SetWindowTextW@8 ;SetWindowWord ;SetWindowsHookA -;SetWindowsHookExA -;SetWindowsHookExW +SetWindowsHookExA=SetWindowsHookExA@16 +SetWindowsHookExW=SetWindowsHookExW@16 ;SetWindowsHookW ShowCaret=ShowCaret@4 ShowCursor=ShowCursor@4