mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-27 13:22:41 +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
|