Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_endian.h
|
@@ -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) |
|
|
{ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.