Add DbgPrint stub. Fixes release build of setupldr.

svn path=/trunk/; revision=39732
This commit is contained in:
Timo Kreuzer 2009-02-24 00:21:08 +00:00
parent cfbea3776e
commit 8fd740df04

View file

@ -292,6 +292,11 @@ VOID DbgPrintMask(ULONG Mask, char *format, ...)
{
}
ULONG DbgPrint(PCCH Format, ...)
{
return 0;
}
#endif // defined DBG
ULONG