mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated ntdll-ThreadHideFromDebugger patchset
This commit is contained in:
parent
d163510e1e
commit
c01051f313
@ -16,7 +16,7 @@ index b913326f796..840b8ffd0b1 100644
|
||||
}
|
||||
return status;
|
||||
+ case ThreadHideFromDebugger:
|
||||
+ if (length != sizeof(char)) return STATUS_INFO_LENGTH_MISMATCH;
|
||||
+ if (length != sizeof(BOOLEAN)) return STATUS_INFO_LENGTH_MISMATCH;
|
||||
+ *(BOOLEAN *)data = TRUE;
|
||||
+ if (ret_len) *ret_len = sizeof(BOOLEAN);
|
||||
+ return STATUS_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user