--- hatari/src/includes/vdi.h 2019/04/01 07:10:22 1.1.1.2 +++ hatari/src/includes/vdi.h 2019/04/01 07:12:44 1.1.1.3 @@ -2,8 +2,8 @@ Hatari */ -#ifndef VDI_H -#define VDI_H +#ifndef HATARI_VDI_H +#define HATARI_VDI_H #define MAX_VDI_WIDTH 1024 #define MAX_VDI_HEIGHT 768 @@ -23,8 +23,8 @@ enum GEMCOLOUR_16 }; -extern int LineABase,FontBase; -extern unsigned int VDI_OldPC; +extern Uint32 LineABase, FontBase; +extern Uint32 VDI_OldPC; extern BOOL bUseVDIRes; extern int VDIWidth,VDIHeight,VDIRes; extern int VDIPlanes,VDIColours,VDICharHeight; @@ -35,4 +35,4 @@ extern void VDI_FixDesktopInf(void); extern void VDI_LineA(void); extern void VDI_Complete(void); -#endif /* VDI_H */ +#endif /* HATARI_VDI_H */