diff options
author | 2018-07-29 21:54:08 -0700 | |
---|---|---|
committer | 2018-07-29 21:54:08 -0700 | |
commit | 50830efb2adb9487edccbc8e912c7f29743ceeb5 (patch) | |
tree | 0619ee4332408d13c7b87b501c3801150393b074 /src/lib/util/opresolv.h | |
parent | 83c4aa9f1e772638e50a781a6e3d66434212c814 (diff) | |
parent | d14c601a767ff8240a93270dcb18211d773f8e30 (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.h | 8 |
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 |