Alex Ionescu <ionucu@videotron.ca>

- Remove branch leftover in debug message.
- Uncondtionally enable setting the Window Station Atom Table.

svn path=/trunk/; revision=13972
This commit is contained in:
Thomas Bluemel 2005-03-12 18:15:54 +00:00
parent 052a86b641
commit 64c70941d3
2 changed files with 2 additions and 4 deletions

View file

@ -167,9 +167,9 @@ MsgMemorySize(PMSGMEMORY MsgMemoryEntry, WPARAM wParam, LPARAM lParam)
}
} _SEH_HANDLE {
DPRINT1("BOO!\n");
return 0;
DPRINT1("Exception caught in MsgMemorySize()! Status: 0x%x\n", _SEH_GetExceptionCode());
} _SEH_END;
return 0;
}
static FASTCALL NTSTATUS

View file

@ -117,9 +117,7 @@ IntWinStaObjectCreate(PVOID ObjectBody,
InitializeListHead(&WinSta->DesktopListHead);
#if 1
WinSta->AtomTable = NULL;
#endif
Status = RtlCreateAtomTable(37, &WinSta->AtomTable);
if (!NT_SUCCESS(Status))