Replace BOOL by BOOLEAN and STDCALL by NTAPI
[reactos.git] / reactos / boot / freeldr / freeldr / debug.c
index 89e2715..073f612 100644 (file)
@@ -62,7 +62,7 @@ ULONG         ComPort = COM1;
 //ULONG                BaudRate = 19200;
 ULONG          BaudRate = 115200;
 
-BOOL   DebugStartOfLine = TRUE;
+BOOLEAN        DebugStartOfLine = TRUE;
 
 VOID DebugInit(VOID)
 {