- 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:
Ged Murphy 2007-05-21 23:12:16 +00:00
parent d746c66d94
commit 41624f4f99
2 changed files with 45 additions and 46 deletions

View file

@ -19,8 +19,6 @@
*/
#include <freeldr.h>
#define NDEBUG
#include <debug.h>
BOOLEAN AcpiPresent = FALSE;

View file

@ -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);