summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
76d29a7)
Revert r62264.
Reason: all APIs set the last error when a CSR* call doesn't return STATUS_SUCCESS. If some winetests fail because of this, this is because we do not correctly do what's needed here (normally the TRUE or FALSE value is returned by the console server, and is not retrieved by a success or failure of a CSR call contrary to what's done here).
svn path=/trunk/; revision=62267
sizeof(CONSOLE_VERIFYHANDLE));
if (!NT_SUCCESS(Status))
{
sizeof(CONSOLE_VERIFYHANDLE));
if (!NT_SUCCESS(Status))
{
+ BaseSetLastNTError(Status);