Author: spetreolle Date: Sun Feb 4 22:19:18 2007 New Revision: 25722
URL: http://svn.reactos.org/svn/reactos?rev=25722&view=rev Log: fix bootvid build
Modified: trunk/reactos/drivers/base/bootvid/bootdata.c trunk/reactos/drivers/base/bootvid/precomp.h
Modified: trunk/reactos/drivers/base/bootvid/bootdata.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/base/bootvid/bootda... ============================================================================== --- trunk/reactos/drivers/base/bootvid/bootdata.c (original) +++ trunk/reactos/drivers/base/bootvid/bootdata.c Sun Feb 4 22:19:18 2007 @@ -48,7 +48,7 @@ 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
Modified: trunk/reactos/drivers/base/bootvid/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/base/bootvid/precom... ============================================================================== --- trunk/reactos/drivers/base/bootvid/precomp.h (original) +++ trunk/reactos/drivers/base/bootvid/precomp.h Sun Feb 4 22:19:18 2007 @@ -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