[add] first

This commit is contained in:
2023-10-08 10:24:48 +08:00
commit b1ae0510a9
1048 changed files with 3254361 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#pragma once
#include "il2cpp-config.h"
#if IL2CPP_TARGET_JAVASCRIPT
#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_SYS_UN 1
#define stat_ stat
#define fstat_ fstat
#define lstat_ lstat
#include <dirent.h>
#endif // IL2CPP_TARGET_JAVASCRIPT