summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/icorender.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-04 14:56:46 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-04 15:14:26 +0100
commit213283e43064d04bc5ba671e23177eb7ebe8d0a2 (patch)
treec113b6ef22c6c4adbb140d89a57eca70d38f5002 /src/emu/ui/icorender.h
parent701df7fe9ea4775b25c9d7263592cb3d442e2793 (diff)
some MEWUI to UI renames (nw)
Diffstat (limited to 'src/emu/ui/icorender.h')
-rw-r--r--src/emu/ui/icorender.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/ui/icorender.h b/src/emu/ui/icorender.h
index 915a2b88706..1e5ca286c3a 100644
--- a/src/emu/ui/icorender.h
+++ b/src/emu/ui/icorender.h
@@ -2,7 +2,7 @@
// copyright-holders:Dankan1890;Victor Laskin
/***************************************************************************
- mewui/icorender.h
+ ui/icorender.h
ICOns file loader.
@@ -14,8 +14,8 @@
***************************************************************************/
#pragma once
-#ifndef __MEWUI_ICORENDER_H__
-#define __MEWUI_ICORENDER_H__
+#ifndef __UI_ICORENDER_H__
+#define __UI_ICORENDER_H__
// These next two structs represent how the icon information is stored
// in an ICO file.
@@ -232,4 +232,4 @@ void render_load_ico(bitmap_argb32 &bitmap, emu_file &file, const char *dirname,
global_free_array(buffer);
}
-#endif /* __MEWUI_ICORENDER_H__ */
+#endif /* __UI_ICORENDER_H__ */