Author: tkreuzer Date: Tue Feb 24 03:21:08 2009 New Revision: 39732
URL: http://svn.reactos.org/svn/reactos?rev=39732&view=rev Log: Add DbgPrint stub. Fixes release build of setupldr.
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Tue Feb 24 03:21:08 2009 @@ -292,6 +292,11 @@ { }
+ULONG DbgPrint(PCCH Format, ...) +{ + return 0; +} + #endif // defined DBG
ULONG