X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fdbg%2Fprint.c;h=eba04e61f37e54e4b5c60293476d57241d9f870c;hp=eec949612f961695e142f8895386a70aae15888c;hb=5a7b9c7772518ba922561168befa960c18908545;hpb=1303b2e60eb37d8ee54b8bcc8b5a7b39bbfbcc44 diff --git a/ntoskrnl/dbg/print.c b/ntoskrnl/dbg/print.c index eec9496..eba04e6 100644 --- a/ntoskrnl/dbg/print.c +++ b/ntoskrnl/dbg/print.c @@ -57,7 +57,7 @@ __asm__ ("\n\t.global _DbgService\n\t" */ #ifdef LIBCAPTIVE -extern gboolean captive_debug_messages; +extern gboolean captive_get_debug_messages(void); #endif /* LIBCAPTIVE */ ULONG @@ -68,7 +68,7 @@ DbgPrint(PCH Format, ...) va_list ap; #ifdef LIBCAPTIVE - if (!captive_debug_messages) + if (!captive_get_debug_messages()) return 0; #endif /* LIBCAPTIVE */