mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 03:01:24 +00:00
SetLogonNotifyWindow is now implemented
svn path=/trunk/; revision=10102
This commit is contained in:
parent
9a26dd9c78
commit
1605dba90a
1 changed files with 1 additions and 12 deletions
|
@ -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
|
||||
* PROJECT: ReactOS user32.dll
|
||||
|
@ -372,17 +372,6 @@ RegisterTasklist ( DWORD x )
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
DWORD
|
||||
STDCALL
|
||||
SetLogonNotifyWindow ( HWINSTA hwinsta, HWND hwnd )
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue