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
path: root/data
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-02-11 02:59:23 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-28 12:47:01 +0300
commitf5b10f34a98bdbbdc0cb086a9240d5a7795ab7c0 (patch)
treec5528a39e84c60d83cf08b70778ea7e5796a0112 /data
parent872c0488308d955e1073058f2dbda4e689e502da (diff)
[System.IO] Integrate FileSystemWatchers from CoreFX
The FSEvent CoreFX watcher becomes the new default for MacOS.
Diffstat (limited to 'data')
-rw-r--r--data/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index 282bc114950..36aa4c9085e 100644
--- a/data/config.in
+++ b/data/config.in
@@ -40,4 +40,5 @@
<dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@" os="!windows"/>
<dllmap dll="gdi32" target="@libgdiplus_install_loc@" os="!windows"/>
<dllmap dll="gdi32.dll" target="@libgdiplus_install_loc@" os="!windows"/>
+ <dllmap dll="System.Native" target="__Internal"/>
</configuration>