mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[KERNEL32] Shhhh!
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user