reactos/sdk/include
Timo Kreuzer 15fbcc19b9 [NTOS:KE/x64] Fix KiConvertToGuiThread
- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently leaking system PTEs.
- Fix the check for failure of PsConvertToGuiThread (test eax, not rax, for being negative, because by default rax is zero extended from eax, not sign extended). This fixes an infinite loop on failure.
2023-05-16 22:03:13 +03:00
..
asm [NTOS:KE/x64] Fix KiConvertToGuiThread 2023-05-16 22:03:13 +03:00
c++
crt [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
ddk [DDK:NDIS] Fix definition of broadcast address macro (#5155) 2023-03-18 16:57:52 +01:00
dxsdk
GL
host
ndk [NDK] Fix definition of RTL_DEBUG_INFORMATION 2022-12-30 11:19:26 +01:00
psdk [PSDK] Add some more argument names 2023-04-22 18:31:49 +02:00
reactos [IMM32][NTUSER][SDK] Add ImmCallImeConsoleIME (#5271) 2023-05-10 14:04:01 +09:00
wdf/kmdf/1.17
xdk [XDK] Silence some GCC x64 warnings 2022-12-01 15:21:59 +02:00