summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/emb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/emb.h')
-rw-r--r--src/devices/bus/wangpc/emb.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/bus/wangpc/emb.h b/src/devices/bus/wangpc/emb.h
index f80fa5322df..4e1406ec747 100644
--- a/src/devices/bus/wangpc/emb.h
+++ b/src/devices/bus/wangpc/emb.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_WANGPC_EMB_H
+#define MAME_BUS_WANGPC_EMB_H
-#ifndef __WANGPC_EMB__
-#define __WANGPC_EMB__
+#pragma once
#include "wangpc.h"
@@ -50,5 +50,4 @@ private:
// device type definition
extern const device_type WANGPC_EMB;
-
-#endif
+#endif // MAME_BUS_WANGPC_EMB_H