SetLogonNotifyWindow is now implemented

svn path=/trunk/; revision=10102
This commit is contained in:
Gé van Geldorp 2004-07-12 22:34:27 +00:00
parent 9a26dd9c78
commit 1605dba90a

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.63 2004/05/21 10:09:31 weiden Exp $ /* $Id: stubs.c,v 1.64 2004/07/12 22:34:27 gvg Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll * PROJECT: ReactOS user32.dll
@ -372,17 +372,6 @@ RegisterTasklist ( DWORD x )
return FALSE; return FALSE;
} }
/*
* @unimplemented
*/
DWORD
STDCALL
SetLogonNotifyWindow ( HWINSTA hwinsta, HWND hwnd )
{
UNIMPLEMENTED;
return FALSE;
}
/* /*
* @unimplemented * @unimplemented
*/ */