Author: spetreolle
Date: Mon Feb 5 01:35:09 2007
New Revision: 25724
URL:
http://svn.reactos.org/svn/reactos?rev=25724&view=rev
Log:
fix build
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 Mon Feb 5 01:35:09 2007
@@ -3,7 +3,7 @@
#include <ntoskrnl.h>
#define NDEBUG
#include <debug.h>
-#include "bootvid\bootvid.h"
+#include "bootvid/bootvid.h"
/* GLOBALS *******************************************************************/
@@ -239,7 +239,7 @@
InbvAcquireLock();
/* Make sure we're installed and display the string */
- if (InbvBootDriverInstalled) VidDisplayString(String);
+ if (InbvBootDriverInstalled) VidDisplayString((PUCHAR) String);
/* Call Headless (We don't support headless for now)
HeadlessDispatch(DISPLAY_STRING); */