summaryrefslogtreecommitdiffstats
path: root/vidix/mach64.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
commit584fe5daf2c9de92bf3e3d32c81ab19610dedd7d (patch)
tree997b8d00947b94c136737f9e435288b93c67b3e6 /vidix/mach64.h
parent8efb2fa21c81f99b37795621f9ec2bc125c6ced0 (diff)
downloadmpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.bz2
mpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/mach64.h')
-rw-r--r--vidix/mach64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/mach64.h b/vidix/mach64.h
index e018aaca34..34227a1dab 100644
--- a/vidix/mach64.h
+++ b/vidix/mach64.h
@@ -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 @@ This means that this sources don't support ISA and VLB cards */
#define MIX_FN_PAINT MIX_SRC
-#endif /* MACH64_H */
+#endif /* MPLAYER_MACH64_H */