Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KERNEL32] Add stubs for HeapAlloc and HeapFree
This allows external code linked into kernel32 to link to these functions, which are otherwise defined as macros to RtlAllocateHeap and RtlFreeHeap. This will be needed for NT6 apis.
- Loading branch information