Author: fireball
Date: Mon Mar 16 17:08:44 2015
New Revision: 66739
URL:
http://svn.reactos.org/svn/reactos?rev=66739&view=rev
Log:
[ARWINSS]
- Fix SetLogonNotify and SetWindowStationUser stubs.
Modified:
branches/arwinss/arwinss/client/user32/csr.c
branches/arwinss/arwinss/client/user32/misc.c
branches/arwinss/arwinss/client/user32/user32.spec
Modified: branches/arwinss/arwinss/client/user32/csr.c
URL:
http://svn.reactos.org/svn/reactos/branches/arwinss/arwinss/client/user32/c…
==============================================================================
--- branches/arwinss/arwinss/client/user32/csr.c [iso-8859-1] (original)
+++ branches/arwinss/arwinss/client/user32/csr.c [iso-8859-1] Mon Mar 16 17:08:44 2015
@@ -117,7 +117,7 @@
*/
BOOL
WINAPI
-SetLogonNotifyWindow (HWND Wnd, HWINSTA WinSta)
+SetLogonNotifyWindow (HWND Wnd)
{
#if 0
/* Maybe we should call NtUserSetLogonNotifyWindow and let that one inform CSRSS???
*/
Modified: branches/arwinss/arwinss/client/user32/misc.c
URL:
http://svn.reactos.org/svn/reactos/branches/arwinss/arwinss/client/user32/m…
==============================================================================
--- branches/arwinss/arwinss/client/user32/misc.c [iso-8859-1] (original)
+++ branches/arwinss/arwinss/client/user32/misc.c [iso-8859-1] Mon Mar 16 17:08:44 2015
@@ -202,9 +202,9 @@
/***********************************************************************
* SetWindowStationUser (USER32.@)
*/
-DWORD WINAPI SetWindowStationUser(DWORD x1,DWORD x2)
-{
- FIXME("(0x%08x,0x%08x),stub!\n",x1,x2);
+DWORD WINAPI SetWindowStationUser(DWORD x1,DWORD x2,DWORD x3,DWORD x4)
+{
+ FIXME("(0x%08x,0x%08x,0x%08x,0x%08x),stub!\n",x1,x2,x3,x4);
return 1;
}
Modified: branches/arwinss/arwinss/client/user32/user32.spec
URL:
http://svn.reactos.org/svn/reactos/branches/arwinss/arwinss/client/user32/u…
==============================================================================
--- branches/arwinss/arwinss/client/user32/user32.spec [iso-8859-1] (original)
+++ branches/arwinss/arwinss/client/user32/user32.spec [iso-8859-1] Mon Mar 16 17:08:44
2015
@@ -631,7 +631,7 @@
@ stdcall SetKeyboardState(ptr)
@ stdcall SetLastErrorEx(long long)
@ stdcall SetLayeredWindowAttributes(ptr long long long)
-@ stdcall SetLogonNotifyWindow(long long)
+@ stdcall SetLogonNotifyWindow(long)
@ stdcall SetMenu(long long)
@ stdcall SetMenuContextHelpId(long long)
@ stdcall SetMenuDefaultItem(long long long)
@@ -676,7 +676,7 @@
@ stdcall SetWindowPlacement(long ptr)
@ stdcall SetWindowPos(long long long long long long long)
@ stdcall SetWindowRgn(long long long)
-@ stdcall SetWindowStationUser(long long)
+@ stdcall SetWindowStationUser(long long long long)
@ stdcall SetWindowText(long str) SetWindowTextA
@ stdcall SetWindowTextA(long str)
@ stdcall SetWindowTextW(long wstr)