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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/wine/avifmt.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/avifmt.h	Sat Feb 23 14:50:55 2008 +0000
@@ -3,14 +3,14 @@
  *  AVIFMT - AVI file format definitions
  *
  ****************************************************************************/
-#ifndef WINE_AVIFMT_H
-#define WINE_AVIFMT_H
+#ifndef MPLAYER_AVIFMT_H
+#define MPLAYER_AVIFMT_H
 
-#ifndef WINE_NOAVIFMT_H
+#ifndef MPLAYER_NOAVIFMT_H
 
 #include "windef.h"
 
-#ifndef WINE_MSACM_H
+#ifndef MPLAYER_MSACM_H
 typedef DWORD FOURCC;
 #endif
 
@@ -236,5 +236,5 @@
 **
 ** Used in video streams.
 */
-#endif /* WINE_NOAVIFMT_H */
-#endif /* WINE_AVIFMT_H */
+#endif /* MPLAYER_NOAVIFMT_H */
+#endif /* MPLAYER_AVIFMT_H */