fixed the broken float en/decoder, caused by dead detector 'TARGET_OS_IPHONE'.

This commit is contained in:
Mizuki Hirata 2016-02-29 02:22:58 +09:00
parent 07e635f158
commit bab3eea3a8

View File

@ -186,4 +186,8 @@
# define inline __inline
#endif
#ifdef __APPLE__
# include <TargetConditionals.h>
#endif
#endif /* msgpack/sysdep.h */