mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed a lot of warnings.
svn path=/trunk/; revision=2010
This commit is contained in:
parent
d450a93214
commit
3454082412
1 changed files with 2 additions and 3 deletions
|
@ -978,9 +978,8 @@ PVOID APIENTRY EngAllocMem(ULONG Flags,
|
|||
ULONG MemSize,
|
||||
ULONG Tag);
|
||||
|
||||
/*
|
||||
EngAllocUserMem
|
||||
*/
|
||||
PVOID STDCALL EngAllocUserMem(ULONG cj,
|
||||
ULONG tag);
|
||||
|
||||
BOOL EngAssociateSurface(IN HSURF Surface,
|
||||
IN HDEV Dev,
|
||||
|
|
Loading…
Reference in a new issue