[NTOS:PS] Fix test breakage after Hermès

Fixes test failures in ntdll_apitest NtQueryInformationThread and NtSetInformationThread
This commit is contained in:
Timo Kreuzer
2025-11-30 12:03:41 +02:00
parent f3e742ddef
commit 60aad33ed0

View File

@@ -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
};