summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/autoconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/autoconfig.h')
-rw-r--r--src/devices/machine/autoconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/autoconfig.h b/src/devices/machine/autoconfig.h
index a5c4279153e..409f21b4eb9 100644
--- a/src/devices/machine/autoconfig.h
+++ b/src/devices/machine/autoconfig.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_MACHINE_AUTOCONFIG_H
+#define MAME_MACHINE_AUTOCONFIG_H
-#ifndef __AUTOCONFIG_H__
-#define __AUTOCONFIG_H__
+#pragma once
class amiga_autoconfig
@@ -70,4 +70,4 @@ private:
uint16_t m_cfg[0x40];
};
-#endif // __AUTOCONFIG_H__
+#endif // MAME_MACHINE_AUTOCONFIG_H