[ros-diffs] [ion] 17868: - Fix build, sorry.

ion at svn.reactos.com ion at svn.reactos.com
Thu Sep 15 21:19:06 CEST 2005


- 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')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050915/0ea88d62/attachment.html


More information about the Ros-diffs mailing list