comparison vidix/sysdep/AsmMacros_ia64.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents 9c4ad35fabc5
children dcf62171257b
comparison
equal deleted inserted replaced
26029:4129c8cfa742 26030:a93e46adb54c
57 * in contract, 57 * in contract,
58 * negligence, tort, under statute, in equity, at law or otherwise, even if 58 * negligence, tort, under statute, in equity, at law or otherwise, even if
59 * advised of the possibility of such damage. 59 * advised of the possibility of such damage.
60 */ 60 */
61 61
62 #ifndef ASMMACROS_IA64_H 62 #ifndef MPLAYER_ASMMACROS_IA64_H
63 #define ASMMACROS_IA64_H 63 #define MPLAYER_ASMMACROS_IA64_H
64 64
65 #if defined(linux) 65 #if defined(linux)
66 #include <sys/io.h> 66 #include <sys/io.h>
67 #else 67 #else
68 #error This stuff is not ported on your system 68 #error This stuff is not ported on your system
69 #endif 69 #endif
70 70
71 #endif /* ASMMACROS_IA64_H */ 71 #endif /* MPLAYER_ASMMACROS_IA64_H */