--- hatari/src/includes/printer.h 2019/04/01 07:13:41 1.1.1.4 +++ hatari/src/includes/printer.h 2019/04/01 07:14:47 1.1.1.5 @@ -7,6 +7,6 @@ extern void Printer_Init(void); extern void Printer_UnInit(void); extern void Printer_CloseAllConnections(void); -extern BOOL Printer_TransferByteTo(Uint8 Byte); +extern bool Printer_TransferByteTo(Uint8 Byte); extern void Printer_CheckIdleStatus(void);