diff --git a/reactos/boot/freeldr/freeldr/debug.c b/reactos/boot/freeldr/freeldr/debug.c index 5da7fb879d9..7fcd3d9e72d 100644 --- a/reactos/boot/freeldr/freeldr/debug.c +++ b/reactos/boot/freeldr/freeldr/debug.c @@ -292,6 +292,11 @@ VOID DbgPrintMask(ULONG Mask, char *format, ...) { } +ULONG DbgPrint(PCCH Format, ...) +{ + return 0; +} + #endif // defined DBG ULONG