fix bootvid build

svn path=/trunk/; revision=25722
This commit is contained in:
Sylvain Petreolle
2007-02-04 19:19:18 +00:00
parent 925751080d
commit 165da8e9da
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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