Whoops
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401376
This commit is contained in:
parent
6a3ca64d82
commit
cb0e17c5df
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ extern "C" {
|
|||
static for compilers that do not support inline functions, this
|
||||
header should only be included in files that actually use them.
|
||||
*/
|
||||
#if defined(__GNUC__) && defined(__i386__) &&
|
||||
#if defined(__GNUC__) && defined(__i386__) && \
|
||||
!(__GNUC__ == 2 && __GNUC_MINOR__ == 95 /* broken gcc version */)
|
||||
static __inline__ Uint16 SDL_Swap16(Uint16 x)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue