diff loader/wine/msacm.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/wine/msacm.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/msacm.h	Sat Feb 23 14:50:55 2008 +0000
@@ -2,8 +2,8 @@
  *      msacm.h   -       Declarations for MSACM
  */
 
-#ifndef WINE_MSACM_H
-#define WINE_MSACM_H
+#ifndef MPLAYER_MSACM_H
+#define MPLAYER_MSACM_H
 
 #include "windef.h"
 #include "driver.h"
@@ -938,4 +938,4 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif  /* WINE_MSACM_H */
+#endif /* MPLAYER_MSACM_H */