projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284d0cb
)
[KSUSER]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Mon, 14 Dec 2009 22:52:08 +0000
(22:52 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Mon, 14 Dec 2009 22:52:08 +0000
(22:52 +0000)
Remove broken HeapAlloc prototype
svn path=/trunk/; revision=44589
reactos/dll/directx/ksuser/ksuser.h
patch
|
blob
|
history
diff --git
a/reactos/dll/directx/ksuser/ksuser.h
b/reactos/dll/directx/ksuser/ksuser.h
index
69a83aa
..
1d60b17
100644
(file)
--- a/
reactos/dll/directx/ksuser/ksuser.h
+++ b/
reactos/dll/directx/ksuser/ksuser.h
@@
-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))