mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Alex Ionescu <[email protected]>
- Remove branch leftover in debug message. - Uncondtionally enable setting the Window Station Atom Table. svn path=/trunk/; revision=13972
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user