summaryrefslogtreecommitdiffstats
path: root/loader/wine/msacm.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-13 08:50:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-13 08:50:21 +0000
commit52a20f8579f946b9c7749b1c022d284169daf0d7 (patch)
treef6aa243d6248906efac03b86a3366326f8224ba9 /loader/wine/msacm.h
parenta94ff0adc4f8b676cf494304af50572055cba159 (diff)
downloadmpv-52a20f8579f946b9c7749b1c022d284169daf0d7.tar.bz2
mpv-52a20f8579f946b9c7749b1c022d284169daf0d7.tar.xz
Remove leading underscores from multiple inclusion guards,
leading underscores are reserved in the C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24442 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/msacm.h')
-rw-r--r--loader/wine/msacm.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/loader/wine/msacm.h b/loader/wine/msacm.h
index 10e87e61a5..730e4ed9f4 100644
--- a/loader/wine/msacm.h
+++ b/loader/wine/msacm.h
@@ -2,8 +2,8 @@
* msacm.h - Declarations for MSACM
*/
-#ifndef __WINE_MSACM_H
-#define __WINE_MSACM_H
+#ifndef WINE_MSACM_H
+#define WINE_MSACM_H
#include "windef.h"
#include "driver.h"
@@ -938,6 +938,4 @@ MMRESULT WINAPI acmStreamUnprepareHeader(
} /* extern "C" */
#endif /* defined(__cplusplus) */
-#endif /* __WINE_MSACM_H */
-
-
+#endif /* WINE_MSACM_H */