Mercurial > mplayer.hg
annotate loader/wine/pshpack1.h @ 25023:03d7f478c367
reindentation
author | nicodvb |
---|---|
date | Wed, 14 Nov 2007 22:21:04 +0000 |
parents | c98c9e7f3bd0 |
children | f1b223278b20 |
rev | line source |
---|---|
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
1 #ifndef WINE_PSHPACK_H |
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
2 #define WINE_PSHPACK_H 1 |
1 | 3 |
4 #if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) | |
5 //#pragma pack(1) | |
6 #elif !defined(RC_INVOKED) | |
7 #error "1 as alignment isn't supported by the compiler" | |
8 #endif /* defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */ | |
9 | |
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
10 #else /* !defined(WINE_PSHPACK_H) */ |
1 | 11 #error "Nested pushing of alignment isn't supported by the compiler" |
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
12 #endif /* !defined(WINE_PSHPACK_H) */ |
1 | 13 |