Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/metadata/filewatcher.h')
-rw-r--r--mono/metadata/filewatcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/metadata/filewatcher.h b/mono/metadata/filewatcher.h
index 3d484b92f61..b37ff30c08d 100644
--- a/mono/metadata/filewatcher.h
+++ b/mono/metadata/filewatcher.h
@@ -20,7 +20,6 @@
#include <unistd.h>
#endif
-#if !ENABLE_NETCORE
ICALL_EXPORT
gint ves_icall_System_IO_FSW_SupportsFSW (void);
@@ -28,7 +27,6 @@ gint ves_icall_System_IO_FSW_SupportsFSW (void);
ICALL_EXPORT
int ves_icall_System_IO_KqueueMonitor_kevent_notimeout (int *kq, gpointer changelist, int nchanges, gpointer eventlist, int nevents);
-#endif
#ifdef HOST_IOS // This will obsoleted by System.Native as soon as it's ported to iOS
MONO_API char* SystemNative_RealPath(const char* path);