- Fix build, sorry. Modified: trunk/reactos/lib/rtl/rtlp.h _____
Modified: trunk/reactos/lib/rtl/rtlp.h --- trunk/reactos/lib/rtl/rtlp.h 2005-09-15 19:14:42 UTC (rev 17867) +++ trunk/reactos/lib/rtl/rtlp.h 2005-09-15 19:18:59 UTC (rev 17868) @@ -51,7 +51,7 @@
BOOLEAN NTAPI -RtlpCheckForActiveDebugger(VOID); +RtlpCheckForActiveDebugger(BOOLEAN Type);
BOOLEAN NTAPI @@ -63,6 +63,10 @@ #define RtlpAllocateStringMemory RtlpAllocateMemory #define RtlpFreeStringMemory RtlpFreeMemory
+BOOLEAN +NTAPI +RtlpSetInDbgPrint(IN BOOLEAN NewValue); + /* i386/except.S */
EXCEPTION_DISPOSITION @@ -96,6 +100,15 @@ NTAPI RtlpCaptureContext(OUT PCONTEXT ContextRecord);
+/* i386/debug.S */ +NTSTATUS +NTAPI +DebugService(IN ULONG Service, + IN PVOID Buffer, + IN ULONG Length, + IN PVOID Argument1, + IN PVOID Argument2); + /* Tags for the String Allocators */ #define TAG_USTR TAG('U', 'S', 'T', 'R') #define TAG_ASTR TAG('A', 'S', 'T', 'R')