summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/avhuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/avhuff.h')
-rw-r--r--src/lib/util/avhuff.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/util/avhuff.h b/src/lib/util/avhuff.h
index 9d00ed423e6..90ef43e977f 100644
--- a/src/lib/util/avhuff.h
+++ b/src/lib/util/avhuff.h
@@ -8,10 +8,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_UTIL_AVHUFF_H
+#define MAME_UTIL_AVHUFF_H
-#ifndef __AVHUFF_H__
-#define __AVHUFF_H__
+#pragma once
#include "osdcore.h"
#include "coretmpl.h"
@@ -198,5 +198,4 @@ private:
#endif
};
-
-#endif
+#endif // MAME_UTIL_AVHUFF_H