mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-25 22:15:23 +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
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include <TargetConditionals.h>
|
||||
#endif
|
||||
|
||||
#endif /* msgpack/sysdep.h */
|
||||
|
Loading…
x
Reference in New Issue
Block a user