mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix bootvid build
svn path=/trunk/; revision=25722
This commit is contained in:
@@ -48,7 +48,7 @@ USHORT AT_Initialization[] =
|
||||
0x0 // End of command stream
|
||||
};
|
||||
|
||||
CHAR FontData[256 * 13] =
|
||||
UCHAR FontData[256 * 13] =
|
||||
{
|
||||
0x00, 0x00, 0x3C, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x3C, 0x00, 0x00, 0x00, // 0
|
||||
0x00, 0x00, 0x3C, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x3C, 0x00, 0x00, 0x00, // 13
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "ntddk.h"
|
||||
#include "arc\arc.h"
|
||||
#include "arc/arc.h"
|
||||
#include "halfuncs.h"
|
||||
#include "drivers\bootvid\bootvid.h"
|
||||
#include "drivers/bootvid/bootvid.h"
|
||||
|
||||
//
|
||||
// Command Stream Definitions
|
||||
|
||||
Reference in New Issue
Block a user