mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-02 00:42:53 +01: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 defined(__GNUC__) && defined(linux)
|
||||
# include <byteswap.h>
|
||||
# define scp_bswap64(x) __bswap_64(x)
|
||||
# define scp_bswap32(x) __bswap_32(x)
|
||||
# define scp_bswap16(x) __bswap_16(x)
|
||||
# endif //__GNUC__ && linux
|
||||
|
@ -8,7 +8,6 @@
|
||||
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||
# if defined(__GNUC__) && defined(linux)
|
||||
# include <byteswap.h>
|
||||
# define scp_bswap64(x) __bswap_64(x)
|
||||
# define scp_bswap32(x) __bswap_32(x)
|
||||
# define scp_bswap16(x) __bswap_16(x)
|
||||
# endif //__GNUC__ && linux
|
||||
|
Loading…
Reference in New Issue
Block a user