Add rule for OSX/iOS - ssize_t

This commit is contained in:
twinaphex 2016-04-27 14:35:59 +02:00
parent 15a30dae70
commit 3b9c406123

View File

@ -71,6 +71,8 @@ typedef __int64 ssize_t;
typedef int ssize_t; typedef int ssize_t;
#endif #endif
#endif #endif
#elif defined(__MACH__)
#include <sys/types.h>
#endif #endif
/* /*