mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 01:41:21 +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 ********************************************************************/
|
/* GLOBALS ********************************************************************/
|
||||||
|
|
||||||
UNICODE_STRING SmpSubsystemName, PosixName, Os2Name;
|
UNICODE_STRING SmpSubsystemName, PosixName, Os2Name;
|
||||||
LIST_ENTRY SmpBootExecuteList, SmpSetupExecuteList, SmpPagingFileList;
|
LIST_ENTRY SmpBootExecuteList, SmpSetupExecuteList;
|
||||||
LIST_ENTRY SmpDosDevicesList, SmpFileRenameList, SmpKnownDllsList;
|
LIST_ENTRY SmpPagingFileList, SmpDosDevicesList, SmpFileRenameList;
|
||||||
LIST_ENTRY SmpExcludeKnownDllsList, SmpSubSystemList, SmpSubSystemsToLoad;
|
LIST_ENTRY SmpKnownDllsList, SmpExcludeKnownDllsList;
|
||||||
LIST_ENTRY SmpSubSystemsToDefer, SmpExecuteList, NativeProcessList;
|
LIST_ENTRY SmpSubSystemList, SmpSubSystemsToLoad, SmpSubSystemsToDefer;
|
||||||
|
LIST_ENTRY SmpExecuteList, NativeProcessList;
|
||||||
|
|
||||||
PVOID SmpHeap;
|
PVOID SmpHeap;
|
||||||
ULONG SmBaseTag;
|
ULONG SmBaseTag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue