Add prototypes needed for GDI_DEBUG.

svn path=/trunk/; revision=20027
This commit is contained in:
Filip Navara
2005-12-09 22:36:49 +00:00
parent 9d4e6ac04f
commit 8b3e341aaa
+6
View File
@@ -103,6 +103,12 @@ static LARGE_INTEGER ShortDelay;
DPRINT("%s:%i: Delay\n", __FILE__, __LINE__); \
KeDelayExecutionThread(KernelMode, FALSE, &ShortDelay)
#ifdef GDI_DEBUG
BOOLEAN STDCALL KiRosPrintAddress(PVOID Address);
VOID STDCALL KeRosDumpStackFrames(PULONG Frame, ULONG FrameCount);
ULONG STDCALL KeRosGetStackFrames(PULONG Frames, ULONG FrameCount);
#endif
/*!
* Allocate GDI object table.
* \param Size - number of entries in the object table.