From 1605dba90a290daa3fa01ef361f14f35bbde56bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Mon, 12 Jul 2004 22:34:27 +0000 Subject: [PATCH] SetLogonNotifyWindow is now implemented svn path=/trunk/; revision=10102 --- reactos/lib/user32/misc/stubs.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/reactos/lib/user32/misc/stubs.c b/reactos/lib/user32/misc/stubs.c index ee758dbb71e..c0f0e938164 100644 --- a/reactos/lib/user32/misc/stubs.c +++ b/reactos/lib/user32/misc/stubs.c @@ -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 */