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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-28 02:54:07 +0300
committerGitHub <noreply@github.com>2019-05-28 02:54:07 +0300
commiteb203dc4a88d64a6560097d43b95c428bcba8650 (patch)
treea54259a2aec31cd0f95b313f6855b99344f93a8e /src
parent28419e9f40255356c2d3c78c37373fd2a101919f (diff)
[monodroid] Enable building on win32 (#291)
Diffstat (limited to 'src')
-rw-r--r--src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs b/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs
index 39cb7412ac..930816c553 100644
--- a/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs
+++ b/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs
@@ -12,7 +12,7 @@ using System.IO.Enumeration;
using System.Threading;
using System.Threading.Tasks;
-#if MONO && !MOBILE
+#if MONO && (!MOBILE || MOBILE_DESKTOP_HOST)
using System;
using System.IO;