mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[NTOS:PS] Fix test breakage after Hermès
Fixes test failures in ntdll_apitest NtQueryInformationThread and NtSetInformationThread
This commit is contained in:
@@ -555,6 +555,7 @@ static const INFORMATION_CLASS_INFO PsThreadInfoClass[] =
|
||||
/* ThreadCSwitchMon */
|
||||
IQS_NONE,
|
||||
|
||||
#if 0 // Hermes will surely fix this properly
|
||||
// Windows 7
|
||||
/* ThreadCSwitchPmu */
|
||||
IQS_NONE,
|
||||
@@ -619,5 +620,5 @@ static const INFORMATION_CLASS_INFO PsThreadInfoClass[] =
|
||||
IQS_NONE,
|
||||
/* ThreadEffectivePagePriority */
|
||||
IQS_NONE,
|
||||
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user