summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfxutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfxutil.h')
-rw-r--r--src/osd/modules/render/bgfxutil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfxutil.h b/src/osd/modules/render/bgfxutil.h
index 88a679e5170..c733987ef18 100644
--- a/src/osd/modules/render/bgfxutil.h
+++ b/src/osd/modules/render/bgfxutil.h
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz
-#pragma once
+#ifndef RENDER_BGFX_UTIL
+#define RENDER_BGFX_UTIL
-#ifndef __RENDER_BGFX_UTIL__
-#define __RENDER_BGFX_UTIL__
+#pragma once
#include <bgfx/bgfx.h>
@@ -15,4 +15,4 @@ public:
static uint64_t get_blend_state(uint32_t blend);
};
-#endif // __RENDER_BGFX_UTIL__
+#endif // RENDER_BGFX_UTIL