mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
updated an absolete comment
svn path=/trunk/; revision=14274
This commit is contained in:
parent
64574d47b1
commit
58042e8e21
1 changed files with 2 additions and 6 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue