29 lines
639 B
C
Raw Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include "il2cpp-config.h"
#if IL2CPP_TARGET_DARWIN
#define IL2CPP_USES_POSIX_CLASS_LIBRARY_PAL 1
#define IL2CPP_HAVE_STAT_FLAGS 1
#define IL2CPP_HAVE_STAT_FLAGS 1
#define IL2CPP_HAVE_LCHFLAGS 1
#define IL2CPP_HAVE_FUTIMENS 1
#define IL2CPP_HAVE_FIXED_SIZE_DIRENT 1
#define IL2CPP_HAVE_REWINDDIR 1
#define IL2CPP_HAVE_FCOPYFILE 1
#define IL2CPP_HAVE_STAT_BIRTHTIME 1
#define IL2CPP_HAVE_STAT_TIMESPEC 1
#define IL2CPP_HAVE_DIRENT_NAME_LEN 1
#define IL2CPP_HAVE_ARC4RANDOM_BUF 1
#define IL2CPP_HAVE_SYS_UN 1
#define stat_ stat
#define fstat_ fstat
#define lstat_ lstat
#include <dirent.h>
#endif // IL2CPP_TARGET_DARWIN