[ros-diffs] [navaraf] 20027: Add prototypes needed for GDI_DEBUG.

navaraf at svn.reactos.com navaraf at svn.reactos.com
Fri Dec 9 23:36:53 CET 2005


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051209/3ce0edfa/attachment.html


More information about the Ros-diffs mailing list