[ARMLLB]: PutChar should be a UCHAR routine, this way we can print characters above...
[reactos.git] / reactos / boot / armllb / hw / video.c
index cfe1f60..3e3179a 100644 (file)
@@ -274,7 +274,7 @@ ULONG ScreenCursor;
 
 VOID
 NTAPI
-LlbVideoDrawChar(IN CHAR c,
+LlbVideoDrawChar(IN UCHAR c,
                  IN PUSHORT Buffer,
                  IN USHORT Color,
                  IN USHORT BackColor)
@@ -342,7 +342,7 @@ LlbVideoClearScreen(IN BOOLEAN OsLoader)
 
 VOID
 NTAPI
-LlbVideoPutChar(IN CHAR c)
+LlbVideoPutChar(IN UCHAR c)
 {
     ULONG cx, cy, CharsPerLine, BackColor, ScreenWidth;