reactos/sdk
Victor Perevertkin 380cd27cf3
[XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions
These has been first added to DDK 10.0.19041.0 and made backwards-compatible
with all Windows versions since Windows 2000.
Our implementation does not use POOL_ZERO_ALLOCATION flag because it's not
supported by ReactOS yet, and thus erases the memory unconditionally.
2020-07-26 14:10:52 +03:00
..
cmake [SDK] Fix host-tools build from visual studio ide in Release 2020-07-09 21:32:53 +02:00
include [XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions 2020-07-26 14:10:52 +03:00
lib [CRT] _onexit(): Fix 'memcpy()' size 2020-06-27 14:38:21 +02:00
tools [HHPCOMP] Fix 2 MSVC C4101 warnings (#2392) 2020-06-06 18:42:47 +02:00