- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp, SetTaskmanWindow, SetProgmanWindow, GetProgmanWindow, GetTaskmanWindow, MenuWindowProc[AW], SetWindowsHook[AW], RegisterShellHookWindow, DeregisterShellHookWindow,

ChangeMenu[AW], UnhookWindowsHook, NotifyWinEvent, SetWinEventHook, UnhookWinEvent, IsWinEventHookInstalled, SetWindowStationUser, LockWindowStation, UnlockWindowStation, SetWindowStationUser, SetWindowsHookEx[AW] from stubs.c to appropriate files.
- Fixed prototype of NtUserDragIObject and fixed compilation problem.

svn path=/trunk/; revision=6593
This commit is contained in:
Filip Navara 2003-11-09 18:38:09 +00:00
parent ea251a9fb2
commit 77c830cb5c
3 changed files with 15 additions and 12 deletions

View file

@ -393,11 +393,12 @@ NtUserDragDetect(
DWORD
STDCALL
NtUserDragObject(
DWORD Unknown0,
DWORD Unknown1,
DWORD Unknown2,
DWORD Unknown3,
DWORD Unknown4);
HWND hwnd1,
HWND hwnd2,
UINT u1,
DWORD dw1,
HCURSOR hc1
);
DWORD
STDCALL

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.49 2003/11/09 13:50:03 navaraf Exp $
/* $Id: stubs.c,v 1.50 2003/11/09 18:38:09 navaraf Exp $
*
* COPYRIGHT: See COPYING WINBOOLthe top level directory
* PROJECT: ReactOS user32.dll
@ -14,6 +14,7 @@
#include <string.h>
typedef UINT *LPUINT;
#include <mmsystem.h>
#include <user32.h>
/*

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.32 2003/11/09 11:42:08 navaraf Exp $
/* $Id: stubs.c,v 1.33 2003/11/09 18:38:09 navaraf Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -279,11 +279,12 @@ NtUserDestroyAcceleratorTable(
DWORD
STDCALL
NtUserDragObject(
DWORD Unknown0,
DWORD Unknown1,
DWORD Unknown2,
DWORD Unknown3,
DWORD Unknown4)
HWND hwnd1,
HWND hwnd2,
UINT u1,
DWORD dw1,
HCURSOR hc1
)
{
UNIMPLEMENTED