mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Add DbgPrint stub. Fixes release build of setupldr.
svn path=/trunk/; revision=39732
This commit is contained in:
parent
cfbea3776e
commit
8fd740df04
1 changed files with 5 additions and 0 deletions
|
@ -292,6 +292,11 @@ VOID DbgPrintMask(ULONG Mask, char *format, ...)
|
|||
{
|
||||
}
|
||||
|
||||
ULONG DbgPrint(PCCH Format, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // defined DBG
|
||||
|
||||
ULONG
|
||||
|
|
Loading…
Reference in a new issue