mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
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:
parent
052a86b641
commit
64c70941d3
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue