Added some some missing exports for wine module linkage.
authorRobert Dickenson <robd@reactos.org>
Tue, 7 Jan 2003 17:30:33 +0000 (17:30 +0000)
committerRobert Dickenson <robd@reactos.org>
Tue, 7 Jan 2003 17:30:33 +0000 (17:30 +0000)
svn path=/trunk/; revision=3949

reactos/lib/user32/misc/stubs.c
reactos/lib/user32/user32.def
reactos/lib/user32/user32.edf

index da4f5b4..ce7676c 100644 (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 */
index 2600cd9..66eef33 100644 (file)
@@ -617,8 +617,8 @@ SetWindowTextA@8
 SetWindowTextW@8
 ;SetWindowWord
 ;SetWindowsHookA
-;SetWindowsHookExA
-;SetWindowsHookExW
+SetWindowsHookExA
+SetWindowsHookExW
 ;SetWindowsHookW
 ShowCaret@4
 ShowCursor@4
index ea23e7a..00d046b 100644 (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