We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cca54 commit cca78c7Copy full SHA for cca78c7
reactos/boot/freeldr/freeldr/debug.c
@@ -21,7 +21,7 @@
21
22
#include <debug.h>
23
24
-#if defined(DBG) && !defined(_M_ARM)
+#if DBG && !defined(_M_ARM)
25
26
//#define DEBUG_ALL
27
//#define DEBUG_INIFILE
reactos/boot/freeldr/freeldr/include/debug.h
@@ -39,7 +39,7 @@
39
extern char* g_file;
40
extern int g_line;
41
42
43
44
VOID DbgPrintMask(ULONG Mask, char *format, ...);
45
VOID DebugInit(VOID);
0 commit comments