Added some some missing exports for wine module linkage.

svn path=/trunk/; revision=3949
This commit is contained in:
Robert Dickenson 2003-01-07 17:30:33 +00:00
parent 0ffa768455
commit ae2157bade
3 changed files with 29 additions and 5 deletions

View file

@ -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 */

View file

@ -617,8 +617,8 @@ SetWindowTextA@8
SetWindowTextW@8
;SetWindowWord
;SetWindowsHookA
;SetWindowsHookExA
;SetWindowsHookExW
SetWindowsHookExA
SetWindowsHookExW
;SetWindowsHookW
ShowCaret@4
ShowCursor@4

View file

@ -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