Author: weiden
Date: Sun Feb 4 19:32:13 2007
New Revision: 25716
URL:
http://svn.reactos.org/svn/reactos?rev=25716&view=rev
Log:
There's no such function VidDisplayString, comment out code
Modified:
trunk/reactos/ntoskrnl/inbv/inbv.c
Modified: trunk/reactos/ntoskrnl/inbv/inbv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/inbv.c?rev=2…
==============================================================================
--- trunk/reactos/ntoskrnl/inbv/inbv.c (original)
+++ trunk/reactos/ntoskrnl/inbv/inbv.c Sun Feb 4 19:32:13 2007
@@ -239,8 +239,10 @@
/* Acquire the lock */
InbvAcquireLock();
+#if 0
/* Make sure we're installed and display the string */
if (InbvBootDriverInstalled) VidDisplayString(String);
+#endif
/* Call Headless (We don't support headless for now)
HeadlessDispatch(DISPLAY_STRING); */