暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

FileSystemWatcher.cpp 272B

12345678910111213141516171819202122
  1. #include "il2cpp-config.h"
  2. #if !IL2CPP_USE_GENERIC_ENVIRONMENT && IL2CPP_TARGET_POSIX
  3. #include <cassert>
  4. #include "os/FileSystemWatcher.h"
  5. namespace il2cpp
  6. {
  7. namespace os
  8. {
  9. namespace FileSystemWatcher
  10. {
  11. int IsSupported()
  12. {
  13. return 0;
  14. }
  15. }
  16. }
  17. }
  18. #endif