mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Added some some missing exports for wine module linkage.
svn path=/trunk/; revision=3949
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -617,8 +617,8 @@ SetWindowTextA@8
|
||||
SetWindowTextW@8
|
||||
;SetWindowWord
|
||||
;SetWindowsHookA
|
||||
;SetWindowsHookExA
|
||||
;SetWindowsHookExW
|
||||
SetWindowsHookExA
|
||||
SetWindowsHookExW
|
||||
;SetWindowsHookW
|
||||
ShowCaret@4
|
||||
ShowCursor@4
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user