comparison loader/wine/pshpack8.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents f1b223278b20
children
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef WINE_PSHPACK_H 1 #ifndef MPLAYER_PSHPACK_H
2 #define WINE_PSHPACK_H 8 2 #define MPLAYER_PSHPACK_H 8
3 3
4 #if 0 4 #if 0
5 //#pragma pack(8) 5 //#pragma pack(8)
6 #elif !defined(RC_INVOKED) 6 #elif !defined(RC_INVOKED)
7 #error "8 as alignment is not supported" 7 #error "8 as alignment is not supported"
8 #endif /* 0 ; !defined(RC_INVOKED) */ 8 #endif /* 0 ; !defined(RC_INVOKED) */
9 9
10 #else /* WINE_PSHPACK_H */ 10 #else /* MPLAYER_PSHPACK_H */
11 #error "Nested pushing of alignment isn't supported by the compiler" 11 #error "Nested pushing of alignment isn't supported by the compiler"
12 #endif /* WINE_PSHPACK_H */ 12 #endif /* MPLAYER_PSHPACK_H */