fix build

svn path=/trunk/; revision=25724
This commit is contained in:
Sylvain Petreolle 2007-02-04 22:35:09 +00:00
parent 4f1dce8b1e
commit 1db729aaed

View file

@ -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 @@ InbvDisplayString(IN PCHAR String)
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); */