mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[KSUSER]
Remove broken HeapAlloc prototype svn path=/trunk/; revision=44589
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user