mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
Removed unused swap types
This commit is contained in:
parent
12faca37d7
commit
86cf13d57d
@ -12,7 +12,6 @@
|
|||||||
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||||
# if defined(__GNUC__) && defined(linux)
|
# if defined(__GNUC__) && defined(linux)
|
||||||
# include <byteswap.h>
|
# include <byteswap.h>
|
||||||
# define scp_bswap64(x) __bswap_64(x)
|
|
||||||
# define scp_bswap32(x) __bswap_32(x)
|
# define scp_bswap32(x) __bswap_32(x)
|
||||||
# define scp_bswap16(x) __bswap_16(x)
|
# define scp_bswap16(x) __bswap_16(x)
|
||||||
# endif //__GNUC__ && linux
|
# endif //__GNUC__ && linux
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||||
# if defined(__GNUC__) && defined(linux)
|
# if defined(__GNUC__) && defined(linux)
|
||||||
# include <byteswap.h>
|
# include <byteswap.h>
|
||||||
# define scp_bswap64(x) __bswap_64(x)
|
|
||||||
# define scp_bswap32(x) __bswap_32(x)
|
# define scp_bswap32(x) __bswap_32(x)
|
||||||
# define scp_bswap16(x) __bswap_16(x)
|
# define scp_bswap16(x) __bswap_16(x)
|
||||||
# endif //__GNUC__ && linux
|
# endif //__GNUC__ && linux
|
||||||
|
Loading…
Reference in New Issue
Block a user