summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.h
diff options
context:
space:
mode:
author Peter Ferrie <peter.ferrie@gmail.com>2018-07-29 21:54:08 -0700
committer Peter Ferrie <peter.ferrie@gmail.com>2018-07-29 21:54:08 -0700
commit50830efb2adb9487edccbc8e912c7f29743ceeb5 (patch)
tree0619ee4332408d13c7b87b501c3801150393b074 /src/lib/util/opresolv.h
parent83c4aa9f1e772638e50a781a6e3d66434212c814 (diff)
parentd14c601a767ff8240a93270dcb18211d773f8e30 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'src/lib/util/opresolv.h')
-rw-r--r--src/lib/util/opresolv.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/util/opresolv.h b/src/lib/util/opresolv.h
index 1b1bc692118..52030dc4336 100644
--- a/src/lib/util/opresolv.h
+++ b/src/lib/util/opresolv.h
@@ -38,8 +38,10 @@
****************************************************************************/
-#ifndef __OPRESOLV_H__
-#define __OPRESOLV_H__
+#ifndef MAME_UTIL_OPRESOLV_H
+#define MAME_UTIL_OPRESOLV_H
+
+#pragma once
#include <stdlib.h>
#include <vector>
@@ -271,4 +273,4 @@ private:
} // namespace util
-#endif /* __OPRESOLV_H__ */
+#endif // MAME_UTIL_OPRESOLV_H