mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 21:55:13 +08:00
Removed the endianness detection macros (were not used)
This commit is contained in:
parent
59a68f0a51
commit
4afe83d934
@ -67,23 +67,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
// Identify the endianness
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
#if defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || (defined(__MIPS__) && defined(__MISPEB__)) || \
|
|
||||||
defined(__ppc__) || defined(__POWERPC__) || defined(_M_PPC) || defined(__sparc__) || defined(__hppa__)
|
|
||||||
|
|
||||||
// Big endian
|
|
||||||
#define SFML_ENDIAN_BIG
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
// Little endian
|
|
||||||
#define SFML_ENDIAN_LITTLE
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Define a portable debug macro
|
// Define a portable debug macro
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user