summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/uimain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/uimain.h')
-rw-r--r--src/emu/ui/uimain.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/ui/uimain.h b/src/emu/ui/uimain.h
index 3c92b5c8073..ecbbcf695ca 100644
--- a/src/emu/ui/uimain.h
+++ b/src/emu/ui/uimain.h
@@ -2,16 +2,16 @@
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
- ui/menu.h
+ ui/uimain.h
Internal MAME menus for the user interface.
***************************************************************************/
-#pragma once
+#ifndef MAME_EMU_UI_UIMAIN_H
+#define MAME_EMU_UI_UIMAIN_H
-#ifndef __BASIC_UI_H__
-#define __BASIC_UI_H__
+#pragma once
/***************************************************************************
@@ -65,4 +65,4 @@ inline void ui_manager::popup_time(int seconds, Format &&fmt, Params &&... args)
popup_time_string(seconds, string_format(std::forward<Format>(fmt), std::forward<Params>(args)...));
}
-#endif // __BASIC_UI_H__
+#endif // MAME_EMU_UI_UIMAIN_H