mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-26 06:25:22 +02:00
fixed the broken float en/decoder, caused by dead detector 'TARGET_OS_IPHONE'.
This commit is contained in:
parent
07e635f158
commit
bab3eea3a8
@ -186,4 +186,8 @@
|
|||||||
# define inline __inline
|
# define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
# include <TargetConditionals.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* msgpack/sysdep.h */
|
#endif /* msgpack/sysdep.h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user