mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32] Shhhh!
This commit is contained in:
parent
b28f538d20
commit
2bd33d58d8
1 changed files with 2 additions and 1 deletions
|
@ -1140,8 +1140,9 @@ NTSTATUS
|
|||
WINAPI
|
||||
BaseProcessInitPostImport(VOID)
|
||||
{
|
||||
DPRINT("Post-init called\n");
|
||||
|
||||
/* Check if this is a terminal server */
|
||||
DPRINT1("Post-init called\n");
|
||||
if (SharedUserData->SuiteMask & VER_SUITE_TERMINAL)
|
||||
{
|
||||
/* Initialize TS pointers */
|
||||
|
|
Loading…
Reference in a new issue