mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[SMSS] Fix build.
This commit is contained in:
parent
b076800dd8
commit
f1908c8959
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ const PCSTR SmpSubSystemNames[] =
|
||||||
"Windows GUI",
|
"Windows GUI",
|
||||||
"Windows CUI",
|
"Windows CUI",
|
||||||
NULL,
|
NULL,
|
||||||
"OS/2 CUI"
|
"OS/2 CUI",
|
||||||
NULL,
|
NULL,
|
||||||
"Posix CUI"
|
"Posix CUI"
|
||||||
};
|
};
|
||||||
|
@ -158,7 +158,7 @@ SmpSbCreateSession(IN PVOID Reserved,
|
||||||
if (!SubSysName)
|
if (!SubSysName)
|
||||||
{
|
{
|
||||||
SubSysName = SubSysTypeName;
|
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);
|
DPRINT1("SMSS: %s SubSystem not found (either not started or destroyed).\n", SubSysName);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue