#include "il2cpp-config.h" #if IL2CPP_TARGET_WINDOWS #include #include "os/FileSystemWatcher.h" namespace il2cpp { namespace os { namespace FileSystemWatcher { int IsSupported() { return 1; } } } } #endif