--- hatari/src/uae-cpu/sysdeps.h 2019/04/01 07:10:06 1.1.1.3 +++ hatari/src/uae-cpu/sysdeps.h 2019/04/01 07:10:24 1.1.1.4 @@ -15,8 +15,8 @@ * */ -#ifndef UAESYSDEPS -#define UAESYSDEPS +#ifndef UAE_SYSDEPS_H +#define UAE_SYSDEPS_H #include #include @@ -160,4 +160,4 @@ typedef uae_u32 uaecptr; # define REGPARAM2 #endif -#endif /* ifndef UAESYSDEPS */ +#endif /* ifndef UAE_SYSDEPS_H */