From 165da8e9da9148608bc68e505f808ab0064a269c Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 4 Feb 2007 19:19:18 +0000 Subject: [PATCH] fix bootvid build svn path=/trunk/; revision=25722 --- reactos/drivers/base/bootvid/bootdata.c | 2 +- reactos/drivers/base/bootvid/precomp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/drivers/base/bootvid/bootdata.c b/reactos/drivers/base/bootvid/bootdata.c index af66e8a9ab3..0de8717db9b 100644 --- a/reactos/drivers/base/bootvid/bootdata.c +++ b/reactos/drivers/base/bootvid/bootdata.c @@ -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 diff --git a/reactos/drivers/base/bootvid/precomp.h b/reactos/drivers/base/bootvid/precomp.h index 18b54bf570c..88c95e7f4f2 100644 --- a/reactos/drivers/base/bootvid/precomp.h +++ b/reactos/drivers/base/bootvid/precomp.h @@ -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