comparison loader/wine/pshpack4.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
7 //#pragma pack() 7 //#pragma pack()
8 #elif !defined(RC_INVOKED) 8 #elif !defined(RC_INVOKED)
9 #error "4 as alignment isn't supported by the compiler" 9 #error "4 as alignment isn't supported by the compiler"
10 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */ 10 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
11 11
12 #else /* !defined(WINE_PSHPACK_H) */ 12 #else /* WINE_PSHPACK_H */
13 #error "Nested pushing of alignment isn't supported by the compiler" 13 #error "Nested pushing of alignment isn't supported by the compiler"
14 #endif /* !defined(WINE_PSHPACK_H) */ 14 #endif /* WINE_PSHPACK_H */
15 15