Mercurial > mplayer.hg
annotate loader/wine/pshpack1.h @ 26027:21ffd4958ab5
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
option is specified. The problem is similar on Windows, so share the same
workaround for both systems.
patch by KO Myung-Hun, komh chollian net
author | diego |
---|---|
date | Fri, 22 Feb 2008 06:57:51 +0000 |
parents | f1b223278b20 |
children | a8ea87c71d18 |
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 | |
25548
f1b223278b20
Consistently use just the name of the #ifdef directive in preprocessor comments.
diego
parents:
24422
diff
changeset
|
10 #else /* WINE_PSHPACK_H */ |
1 | 11 #error "Nested pushing of alignment isn't supported by the compiler" |
25548
f1b223278b20
Consistently use just the name of the #ifdef directive in preprocessor comments.
diego
parents:
24422
diff
changeset
|
12 #endif /* WINE_PSHPACK_H */ |
1 | 13 |