Merge branch 'master' into vas

Signed-off-by: Iceman <iceman@iuse.se>
This commit is contained in:
Iceman 2023-07-09 12:38:53 +02:00 committed by GitHub
commit a4f77e224e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 4 deletions

View file

@ -10,9 +10,6 @@
#if defined(__APPLE__)
#include "TargetConditionals.h"
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
#define system(s) ((s)==NULL ? 0 : -1)
#endif // end iOS
#endif
#include <limits.h>