updated an absolete comment

svn path=/trunk/; revision=14274
This commit is contained in:
Emanuele Aliberti 2005-03-22 23:34:08 +00:00
parent 64574d47b1
commit 58042e8e21

View file

@ -36,14 +36,10 @@
HANDLE hSmApiPort = (HANDLE) 0; HANDLE hSmApiPort = (HANDLE) 0;
/* TODO: this file should be totally rewritten /* TODO:
* *
* a) look if a special option is set for smss.exe in * a) look if a special option is set for smss.exe in
* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options * 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 * DESCRIPTION
* Make smss register with itself for IMAGE_SUBSYSTEM_NATIVE * 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. * in loading required subsystems.
*/ */