[ros-diffs] [tkreuzer] 39732: Add DbgPrint stub. Fixes release build of setupldr.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Feb 24 01:21:09 CET 2009


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.c?rev=39732&r1=39731&r2=39732&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list