- Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly...
[reactos.git] / reactos / lib / rtl / rtlp.h
index 297b0bc..0ae62d2 100644 (file)
@@ -114,7 +114,15 @@ RtlpHandleDpcStackException(IN PEXCEPTION_REGISTRATION_RECORD RegistrationFrame,
 
 BOOLEAN
 NTAPI
-RtlpSetInDbgPrint(IN BOOLEAN NewValue);
+RtlpSetInDbgPrint(
+    VOID
+);
+
+VOID
+NTAPI
+RtlpClearInDbgPrint(
+    VOID
+);
 
 /* i386/except.S */