reactos/sdk/include
Hermès Bélusca-Maïto bf9cac8a67
[SDK:NDK/XDK] Remove x86 KeGetPcr() definition from the DDK (#6526)
The official MS DDK/WDK does not expose KeGetPcr() for x86, so do
not expose it there as well. Use instead the private NDK definition.

If it were exposed in the DDK/WDK, it would have to be a
multiprocessor-compatible definition.

Note that the broken definition was working only in single-processor
mode, using the PCR static memory pointer value.
The official MS DDK/WDK exposes KeGetPcr() as an alias to such a
PCR value only for IA64, MIPS and PPC, which is of course not great.
2024-03-10 16:55:44 +01:00
..
asm [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
c++ [REACTOS] Fix typos (#6198) 2023-12-23 21:37:08 +01:00
crt [SDK:CRT] malloc.h: Use MS PSDK-compatible guard name instead of MinGW one. 2024-02-08 17:48:58 +01:00
ddk [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
dxsdk
GL
host
ndk [SDK:NDK/XDK] Remove x86 KeGetPcr() definition from the DDK (#6526) 2024-03-10 16:55:44 +01:00
psdk [MSCTF][SDK] Implement multi-language handling (#6587) 2024-03-10 11:35:05 +09:00
reactos [KBSWITCH][INPUT][SDK] Use <imm32_undoc.h>'s IS_IME_HKL (#6588) 2024-03-10 12:15:56 +09:00
wdf/kmdf/1.17
xdk [SDK:NDK/XDK] Remove x86 KeGetPcr() definition from the DDK (#6526) 2024-03-10 16:55:44 +01:00