X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=blobdiff_plain;f=include%2Fvdc_util.h;h=84c6e00021e55828f41cb73938331a92ea02b8f6;hp=2c10ccd5f761161b00020966001d292ba9fb27aa;hb=d3fc3d458044401eeb1260076b4fccd64a4ec7b2;hpb=87e047e33c4803e6aaea1b63da1e71a408b4a1c5 diff --git a/include/vdc_util.h b/include/vdc_util.h index 2c10ccd..84c6e00 100644 --- a/include/vdc_util.h +++ b/include/vdc_util.h @@ -1,5 +1,5 @@ -#ifndef __VDC_UTIL_H_ -#define __VDC_UTIL_H_ +#ifndef VDC_UTIL_H +#define VDC_UTIL_H extern void __fastcall__ vdc_load_thinfont(void); extern unsigned char __fastcall__ vdc_read_reg(unsigned char reg); @@ -11,4 +11,4 @@ extern void __fastcall__ vdc_write_mem(unsigned dest, const void *src, unsigned n); extern void __fastcall__ vdc_load_thinfont(void); -#endif // __VDC_UTIL_H_ +#endif /* VDC_UTIL_H */