Mercurial > mplayer.hg
annotate loader/wine/pshpack8.h @ 24929:ea73d155ef00
Fix link to email explaining the paused vf_menu behaviour change
author | reimar |
---|---|
date | Sat, 03 Nov 2007 16:22:45 +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 8 |
1 | 3 |
4 #if 0 | |
5 //#pragma pack(8) | |
6 #elif !defined(RC_INVOKED) | |
7 #error "8 as alignment is not supported" | |
8 #endif /* 0 ; !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) */ |