mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
WIN32 build fix
This commit is contained in:
parent
4ebe327d24
commit
e9661c36af
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
#include <machine/endian.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef __WIN32__
|
||||
#define _LITTLE_ENDIAN 1234
|
||||
#define _BIG_ENDIAN 4321
|
||||
#define _PDP_ENDIAN 3412
|
||||
|
|
Loading…
Add table
Reference in a new issue