Remove broken HeapAlloc prototype

svn path=/trunk/; revision=44589
This commit is contained in:
Timo Kreuzer 2009-12-14 22:52:08 +00:00
parent 284d0cb033
commit b1d866fc48

View file

@ -10,14 +10,6 @@
#include <ks.h>
LPVOID
__stdcall
HeapAlloc(
HANDLE hHeap,
DWORD dwFlags,
DWORD dwBytes
);
#define ROUND_DOWN(n, align) \
(((ULONG)n) & ~((align) - 1l))