mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SMSS] Logically group the LIST_ENTRY-ies.
This commit is contained in:
parent
0e14378d3e
commit
8fea507d9b
1 changed files with 5 additions and 4 deletions
|
@ -16,10 +16,11 @@
|
|||
/* GLOBALS ********************************************************************/
|
||||
|
||||
UNICODE_STRING SmpSubsystemName, PosixName, Os2Name;
|
||||
LIST_ENTRY SmpBootExecuteList, SmpSetupExecuteList, SmpPagingFileList;
|
||||
LIST_ENTRY SmpDosDevicesList, SmpFileRenameList, SmpKnownDllsList;
|
||||
LIST_ENTRY SmpExcludeKnownDllsList, SmpSubSystemList, SmpSubSystemsToLoad;
|
||||
LIST_ENTRY SmpSubSystemsToDefer, SmpExecuteList, NativeProcessList;
|
||||
LIST_ENTRY SmpBootExecuteList, SmpSetupExecuteList;
|
||||
LIST_ENTRY SmpPagingFileList, SmpDosDevicesList, SmpFileRenameList;
|
||||
LIST_ENTRY SmpKnownDllsList, SmpExcludeKnownDllsList;
|
||||
LIST_ENTRY SmpSubSystemList, SmpSubSystemsToLoad, SmpSubSystemsToDefer;
|
||||
LIST_ENTRY SmpExecuteList, NativeProcessList;
|
||||
|
||||
PVOID SmpHeap;
|
||||
ULONG SmBaseTag;
|
||||
|
|
Loading…
Reference in a new issue