pal_emscripten.h 435 B

12345678910111213141516171819202122
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. #if IL2CPP_TARGET_JAVASCRIPT
  4. #define IL2CPP_USES_POSIX_CLASS_LIBRARY_PAL 1
  5. #define IL2CPP_HAVE_STAT_FLAGS 1
  6. #define IL2CPP_HAVE_STAT_FLAGS 1
  7. #define IL2CPP_HAVE_LCHFLAGS 1
  8. #define IL2CPP_HAVE_FUTIMENS 1
  9. #define IL2CPP_HAVE_FIXED_SIZE_DIRENT 1
  10. #define IL2CPP_HAVE_SYS_UN 1
  11. #define stat_ stat
  12. #define fstat_ fstat
  13. #define lstat_ lstat
  14. #include <dirent.h>
  15. #endif // IL2CPP_TARGET_JAVASCRIPT