comparison loader/wine/pshpack8.h @ 25548:f1b223278b20

Consistently use just the name of the #ifdef directive in preprocessor comments.
author diego
date Tue, 01 Jan 2008 20:07:21 +0000
parents c98c9e7f3bd0
children a8ea87c71d18
comparison
equal deleted inserted replaced
25547:de09fcf0b4f1 25548:f1b223278b20
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 /* !defined(WINE_PSHPACK_H) */ 10 #else /* WINE_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 /* !defined(WINE_PSHPACK_H) */ 12 #endif /* WINE_PSHPACK_H */