summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/plaparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/plaparse.h')
-rw-r--r--src/lib/util/plaparse.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/util/plaparse.h b/src/lib/util/plaparse.h
index e3bfcaf0e2a..b0d3cbbe4e3 100644
--- a/src/lib/util/plaparse.h
+++ b/src/lib/util/plaparse.h
@@ -8,8 +8,10 @@
***************************************************************************/
-#ifndef __PLAPARSE_H__
-#define __PLAPARSE_H__
+#ifndef MAME_UTIL_PLAPARSE_H
+#define MAME_UTIL_PLAPARSE_H
+
+#pragma once
#include "osdcore.h"
#include "jedparse.h"
@@ -22,6 +24,4 @@
/* parse a file (read into memory) into a jed_data structure */
int pla_parse(const void *data, size_t length, jed_data *result);
-
-
-#endif /* __PLAPARSE_H__ */
+#endif // MAME_UTIL_PLAPARSE_H