Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
Description
Noticed while testing CORE-13126.
Currently, ntdll_apitest.exe can't be loaded/run on Windows XP, because of 3 WS03 API:
- NtApphelpCacheControl ... ntdll.dll from
CORE-9914. - NtUnloadKey2 ... ntdll.dll from
CORE-13448. - RtlCopyMappedMemory ... ntdll.dll from
CORE-9857.
Current workaround:
Do not compile NtApphelpCacheControl.c, NtLoadUnloadKey.c and RtlCopyMappedMemory.c ApiTests.
–
ThFabba hinted
Just change the NtApphelpCacheControl tests to use GetProcAddress. That would be acceptable to do in master.