summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/zx81_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/zx81_p.h')
-rw-r--r--src/lib/formats/zx81_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/formats/zx81_p.h b/src/lib/formats/zx81_p.h
index 36da808c989..a4b4395b1cb 100644
--- a/src/lib/formats/zx81_p.h
+++ b/src/lib/formats/zx81_p.h
@@ -7,9 +7,10 @@
Format code for ZX-81 cassette files
*********************************************************************/
+#ifndef MAME_FORMATS_ZX81_P_H
+#define MAME_FORMATS_ZX81_P_H
-#ifndef ZX81_P_H
-#define ZX81_P_H
+#pragma once
#include "cassimg.h"
@@ -17,4 +18,4 @@ CASSETTE_FORMATLIST_EXTERN(zx81_p_format);
CASSETTE_FORMATLIST_EXTERN(zx81_cassette_formats);
CASSETTE_FORMATLIST_EXTERN(zx80_o_format);
-#endif /* ZX81_P_H */
+#endif // MAME_FORMATS_ZX81_P_H