mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[KSUSER]
Remove broken HeapAlloc prototype svn path=/trunk/; revision=44589
This commit is contained in:
parent
284d0cb033
commit
b1d866fc48
1 changed files with 0 additions and 8 deletions
|
@ -10,14 +10,6 @@
|
||||||
|
|
||||||
#include <ks.h>
|
#include <ks.h>
|
||||||
|
|
||||||
LPVOID
|
|
||||||
__stdcall
|
|
||||||
HeapAlloc(
|
|
||||||
HANDLE hHeap,
|
|
||||||
DWORD dwFlags,
|
|
||||||
DWORD dwBytes
|
|
||||||
);
|
|
||||||
|
|
||||||
#define ROUND_DOWN(n, align) \
|
#define ROUND_DOWN(n, align) \
|
||||||
(((ULONG)n) & ~((align) - 1l))
|
(((ULONG)n) & ~((align) - 1l))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue