comparison loader/wine/poppack.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
8 #pragma pack(4) 8 #pragma pack(4)
9 #elif !defined(RC_INVOKED) 9 #elif !defined(RC_INVOKED)
10 #error "Restoration of the previous alignment isn't supported by the compiler" 10 #error "Restoration of the previous alignment isn't supported by the compiler"
11 #endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */ 11 #endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */
12 12
13 #else /* defined(WINE_PSHPACK_H) */ 13 #else /* WINE_PSHPACK_H */
14 #error "Popping alignment isn't possible since no alignment has been pushed" 14 #error "Popping alignment isn't possible since no alignment has been pushed"
15 #endif /* defined(WINE_PSHPACK_H) */ 15 #endif /* WINE_PSHPACK_H */