mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
- fix the release build for Colin.
- clean up formatting of a file I was playing with. svn path=/trunk/; revision=26861
This commit is contained in:
parent
d746c66d94
commit
41624f4f99
2 changed files with 45 additions and 46 deletions
|
@ -19,8 +19,6 @@
|
|||
*/
|
||||
|
||||
#include <freeldr.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
BOOLEAN AcpiPresent = FALSE;
|
||||
|
|
|
@ -35,10 +35,11 @@
|
|||
#define DPRINT_HWDETECT 0x00000400 // OR this with DebugPrintMask to enable hardware detection messages
|
||||
#define DPRINT_WINDOWS 0x00000800 // OR this with DebugPrintMask to enable messages from Windows loader
|
||||
|
||||
VOID DebugPrint(ULONG Mask, char *format, ...);
|
||||
|
||||
#ifdef DBG
|
||||
|
||||
VOID DebugInit(VOID);
|
||||
VOID DebugPrint(ULONG Mask, char *format, ...);
|
||||
VOID DebugPrint1(char *format, ...);
|
||||
VOID DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length);
|
||||
|
||||
|
|
Loading…
Reference in a new issue