mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[SMSS] Fix build.
This commit is contained in:
parent
b076800dd8
commit
f1908c8959
@ -23,7 +23,7 @@ const PCSTR SmpSubSystemNames[] =
|
||||
"Windows GUI",
|
||||
"Windows CUI",
|
||||
NULL,
|
||||
"OS/2 CUI"
|
||||
"OS/2 CUI",
|
||||
NULL,
|
||||
"Posix CUI"
|
||||
};
|
||||
@ -158,7 +158,7 @@ SmpSbCreateSession(IN PVOID Reserved,
|
||||
if (!SubSysName)
|
||||
{
|
||||
SubSysName = SubSysTypeName;
|
||||
sprintf(SubSysTypeName, "Type 0x%08x", SubSystemType);
|
||||
sprintf(SubSysTypeName, "Type 0x%08lx", SubSystemType);
|
||||
}
|
||||
DPRINT1("SMSS: %s SubSystem not found (either not started or destroyed).\n", SubSysName);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user