From 4002f3cd8b81666abf261c8df71bf08577acac58 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 25 Mar 2006 20:16:27 +0000 Subject: [PATCH] [AUDIT] winlogon: - One half of functions is UNIMPLEMENTED - thus clean - The other functions are fully reactos-specific and not compatible with windows kernel at all - thus there was no need to reverse engineer. - Changed one typo in comments in wlx.c svn path=/trunk/; revision=21389 --- reactos/base/system/winlogon/wlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index f9961657c54..76fee4d2035 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/winlogon/winlogon.c + * FILE: services/winlogon/wlx.c * PURPOSE: Logon * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY: