From 58042e8e21f404cb08b334342ebe0f64c14d8b36 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Tue, 22 Mar 2005 23:34:08 +0000 Subject: [PATCH] updated an absolete comment svn path=/trunk/; revision=14274 --- reactos/subsys/smss/initss.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/reactos/subsys/smss/initss.c b/reactos/subsys/smss/initss.c index 2c79c3a8037..464cfe6d689 100644 --- a/reactos/subsys/smss/initss.c +++ b/reactos/subsys/smss/initss.c @@ -36,14 +36,10 @@ HANDLE hSmApiPort = (HANDLE) 0; -/* TODO: this file should be totally rewritten +/* TODO: * * a) look if a special option is set for smss.exe in * HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options - * - * d) make smss initialize Debug (DBGSS) and Windows (CSRSS) as described - * in the registry key Required="Debug Windows" - * HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems */ /********************************************************************** @@ -51,7 +47,7 @@ HANDLE hSmApiPort = (HANDLE) 0; * * DESCRIPTION * Make smss register with itself for IMAGE_SUBSYSTEM_NATIVE - * (programmatically). This also open hSmApiPort to be used + * (programmatically). This also opens hSmApiPort to be used * in loading required subsystems. */