mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
u_int8_t, etc are non-standard, so define on all platforms
This commit is contained in:
parent
9024a934cc
commit
9f4f2c6d57
1 changed files with 2 additions and 1 deletions
|
@ -13,11 +13,12 @@
|
|||
#ifdef _WIN32
|
||||
/* Not sure what to do about __pure2 on windows */
|
||||
#define __pure2
|
||||
#endif
|
||||
|
||||
typedef uint8_t u_int8_t;
|
||||
typedef uint16_t u_int16_t;
|
||||
typedef uint32_t u_int32_t;
|
||||
typedef uint64_t u_int64_t;
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue