#include "il2cpp-config.h" #if !IL2CPP_USE_GENERIC_ENVIRONMENT && IL2CPP_TARGET_POSIX && !IL2CPP_TINY_WITHOUT_DEBUGGER #include #include "os/FileSystemWatcher.h" namespace il2cpp { namespace os { namespace FileSystemWatcher { int IsSupported() { #if IL2CPP_TARGET_IOS return 0; // Not supported on iOS #else IL2CPP_NOT_IMPLEMENTED_ICALL(FileSystemWatcher::IsSupported); return 0; #endif } } } } #endif