From 8b3e341aaaae6472353e709576609755bd6aaeeb Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 9 Dec 2005 22:36:49 +0000 Subject: [PATCH] Add prototypes needed for GDI_DEBUG. svn path=/trunk/; revision=20027 --- reactos/subsys/win32k/objects/gdiobj.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/subsys/win32k/objects/gdiobj.c b/reactos/subsys/win32k/objects/gdiobj.c index 5525c87a6c4..007e3faeaf5 100644 --- a/reactos/subsys/win32k/objects/gdiobj.c +++ b/reactos/subsys/win32k/objects/gdiobj.c @@ -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.