Added definitions for some eng funcs

svn path=/trunk/; revision=728
This commit is contained in:
Rex Jolliff 1999-10-23 22:38:26 +00:00
parent bb0715f8e7
commit a53e883bb0

View file

@ -859,7 +859,17 @@ PPATHOBJ CLIPOBJ_ppoGetPath(PCLIPOBJ ClipObj);
/*
EngAcquireSemaphore
EngAllocMem
*/
/* FIXME: find correct defines for following symbols */
#define ALLOC_TAG 1
#define FL_ZERO_MEMORY 1
PVOID APIENTRY EngAllocMem(ULONG Flags,
ULONG MemSize,
ULONG Tag);
/*
EngAllocUserMem
*/
@ -905,7 +915,13 @@ EngCreatePath
EngCreateSemaphore
EngCreateWnd
EngDebugBreak = NTOSKRNL.DbgBreakPoint
EngDebugPrint
*/
VOID APIENTRY EngDebugPrint(PCHAR StandardPrefix,
PCHAR DebugMessage,
va_list ArgList);
/*
EngDeleteClip
EngDeleteDriverObj
EngDeleteEvent