mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
fix build
svn path=/trunk/; revision=25724
This commit is contained in:
parent
4f1dce8b1e
commit
1db729aaed
1 changed files with 2 additions and 2 deletions
|
@ -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); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue