[ros-diffs] [weiden] 25716: There's no such function VidDisplayString, comment out code

weiden at svn.reactos.org weiden at svn.reactos.org
Sun Feb 4 17:32:13 CET 2007


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=25716&r1=25715&r2=25716&view=diff
==============================================================================
--- 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); */




More information about the Ros-diffs mailing list