diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 48221d6..9d32f97 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -7,8 +7,8 @@ Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. Released under the terms of the GNU General Public License v3. */ -#ifndef __emulation_CPU_Z80_H__ -#define __emulation_CPU_Z80_H__ +#ifndef _emulation_CPU_Z80_H_ +#define _emulation_CPU_Z80_H_ #include #include @@ -57,4 +57,4 @@ CPU_Z80_API void z80_int (Z80 *object, zboolean state); Z_C_SYMBOLS_END -#endif /* __emulation_CPU_Z80_H__ */ +#endif /* _emulation_CPU_Z80_H_ */