mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 09:41:15 +00:00
Add rule for OSX/iOS - ssize_t
This commit is contained in:
parent
15a30dae70
commit
3b9c406123
@ -71,6 +71,8 @@ typedef __int64 ssize_t;
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
#endif
|
||||
#elif defined(__MACH__)
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -89,4 +91,4 @@ in as few places as possible...
|
||||
|
||||
|
||||
/* _LIBRETRO_COMMON_RETRO_COMMON_API_H */
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user