You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Updated ntdll-ThreadHideFromDebugger patchset
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user