summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/pool.h')
-rw-r--r--src/lib/util/pool.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/util/pool.h b/src/lib/util/pool.h
index 305fc9c5f51..2d1c5af31a7 100644
--- a/src/lib/util/pool.h
+++ b/src/lib/util/pool.h
@@ -8,8 +8,10 @@
***************************************************************************/
-#ifndef __POOL_H__
-#define __POOL_H__
+#ifndef MAME_UTIL_POOL_H
+#define MAME_UTIL_POOL_H
+
+#pragma once
#include "osdcore.h"
@@ -113,4 +115,4 @@ char *pool_strdup_file_line(object_pool *pool, const char *str, const char *file
bool test_memory_pools(void);
-#endif /* __POOL_H__ */
+#endif // MAME_UTIL_POOL_H