mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 21:03:04 +00:00
12 lines
205 B
C
12 lines
205 B
C
#if !defined (L_BIG_ENDIAN) && !defined (L_LITTLE_ENDIAN)
|
|
# if 0
|
|
# ifdef __BIG_ENDIAN__
|
|
# define L_BIG_ENDIAN
|
|
# else
|
|
# define L_LITTLE_ENDIAN
|
|
# endif
|
|
# else
|
|
# define L_LITTLE_ENDIAN
|
|
# endif
|
|
#endif
|