Add prototypes needed for GDI_DEBUG.
Modified: trunk/reactos/subsys/win32k/objects/gdiobj.c
_____
Modified: trunk/reactos/subsys/win32k/objects/gdiobj.c
--- trunk/reactos/subsys/win32k/objects/gdiobj.c 2005-12-09
22:14:27 UTC (rev 20026)
+++ trunk/reactos/subsys/win32k/objects/gdiobj.c 2005-12-09
22:36:49 UTC (rev 20027)
@@ -103,6 +103,12 @@
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.