diff vidix/mach64.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents 88bed2131f19
children 051b2632f121
line wrap: on
line diff
--- a/vidix/mach64.h	Fri Feb 22 09:09:46 2008 +0000
+++ b/vidix/mach64.h	Fri Feb 22 17:32:36 2008 +0000
@@ -22,8 +22,8 @@
  *  radeonfb, GATOS (gatos.sf.net) and X11 (www.xfree86.org)
  */
 
-#ifndef MACH64_H
-#define MACH64_H
+#ifndef MPLAYER_MACH64_H
+#define MPLAYER_MACH64_H
 
 /* Note: this model of accessing to IO space is based on MMIO technology.
 This means that this sources don't support ISA and VLB cards */
@@ -2494,4 +2494,4 @@
 #define MIX_FN_PAINT			MIX_SRC
 
 
-#endif /* MACH64_H */
+#endif /* MPLAYER_MACH64_H */