mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:45:43 +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>
|
#include <ntoskrnl.h>
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
#include "bootvid\bootvid.h"
|
#include "bootvid/bootvid.h"
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ InbvDisplayString(IN PCHAR String)
|
||||||
InbvAcquireLock();
|
InbvAcquireLock();
|
||||||
|
|
||||||
/* Make sure we're installed and display the string */
|
/* 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)
|
/* Call Headless (We don't support headless for now)
|
||||||
HeadlessDispatch(DISPLAY_STRING); */
|
HeadlessDispatch(DISPLAY_STRING); */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue