mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Add prototypes needed for GDI_DEBUG.
svn path=/trunk/; revision=20027
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user