[FREELDR]
authorRafal Harabien <rafalh@reactos.org>
Sat, 3 Sep 2011 16:33:55 +0000 (16:33 +0000)
committerRafal Harabien <rafalh@reactos.org>
Sat, 3 Sep 2011 16:33:55 +0000 (16:33 +0000)
- Try to fix release build
- Remove unused function

svn path=/trunk/; revision=53550

reactos/boot/freeldr/freeldr/debug.c
reactos/boot/freeldr/freeldr/include/debug.h

index fcb7ddc..67c73bd 100644 (file)
@@ -250,11 +250,6 @@ DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length)
 
 #else
 
 
 #else
 
-VOID
-DbgPrintMask(ULONG Mask, char *Format, ...)
-{
-}
-
 ULONG
 DbgPrint(PCCH Format, ...)
 {
 ULONG
 DbgPrint(PCCH Format, ...)
 {
index 3b29cea..6eccd3d 100644 (file)
@@ -106,9 +106,11 @@ void       MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
     #define WARN(fmt, ...)
     #define TRACE(fmt, ...)
 
     #define WARN(fmt, ...)
     #define TRACE(fmt, ...)
 
-       #define DebugInit(x)
-       #define BugCheck(_x_)
-       #define DbgDumpBuffer(_x_, _y_, _z_)
+    #define UNIMPLEMENTED
+
+       #define DebugInit()
+       #define BugCheck(fmt, ...)
+       #define DbgDumpBuffer(mask, buf, len)
 
 #endif // DBG
 
 
 #endif // DBG