mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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
|
WINAPI
|
||||||
BaseProcessInitPostImport(VOID)
|
BaseProcessInitPostImport(VOID)
|
||||||
{
|
{
|
||||||
|
DPRINT("Post-init called\n");
|
||||||
|
|
||||||
/* Check if this is a terminal server */
|
/* Check if this is a terminal server */
|
||||||
DPRINT1("Post-init called\n");
|
|
||||||
if (SharedUserData->SuiteMask & VER_SUITE_TERMINAL)
|
if (SharedUserData->SuiteMask & VER_SUITE_TERMINAL)
|
||||||
{
|
{
|
||||||
/* Initialize TS pointers */
|
/* Initialize TS pointers */
|
||||||
|
|
Loading…
Reference in a new issue