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/msvc
diff options
context:
space:
mode:
authorNiklas Therning <niklas@therning.org>2017-01-31 13:03:15 +0300
committerNiklas Therning <niklas@therning.org>2017-02-01 11:19:35 +0300
commita55ddfca06c299ee350e65987a99dc37c20fb64c (patch)
treecceb448e5c82a3cabcef42f549d06de61bc28a57 /msvc
parente3a6168dc24f425bace4d80a6b89e0cf0759c25c (diff)
Fixes the Mono.Posix API breakage introduced in #3985
Also reverts the changes done to support/map.c. This is a generated file which shouldn't be changed directly. An alternate fix for the problem in map.c on Windows was to make sure L_SET et al are defined in mph.h which was already done for Solaris.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/monoposixhelper.def5
-rw-r--r--msvc/monoposixhelper.vcxproj2
-rw-r--r--msvc/monoposixhelper.vcxproj.filters6
3 files changed, 13 insertions, 0 deletions
diff --git a/msvc/monoposixhelper.def b/msvc/monoposixhelper.def
index b8cf7cbfe55..884a248e7d4 100644
--- a/msvc/monoposixhelper.def
+++ b/msvc/monoposixhelper.def
@@ -80,6 +80,11 @@ Mono_Posix_Stdlib_stdout
Mono_Posix_Stdlib_strlen
Mono_Posix_Stdlib_tmpfile
Mono_Posix_Stdlib_ungetc
+Mono_Posix_Syscall_L_ctermid
+Mono_Posix_Syscall_L_cuserid
+Mono_Posix_Syscall_get_at_fdcwd
+Mono_Posix_Syscall_get_utime_now
+Mono_Posix_Syscall_get_utime_omit
Mono_Posix_ToAccessModes
Mono_Posix_ToConfstrName
Mono_Posix_ToDirectoryNotifyFlags
diff --git a/msvc/monoposixhelper.vcxproj b/msvc/monoposixhelper.vcxproj
index de0276892fa..8ea0b2ddbb4 100644
--- a/msvc/monoposixhelper.vcxproj
+++ b/msvc/monoposixhelper.vcxproj
@@ -210,6 +210,7 @@
<ClCompile Include="..\support\crc32.c" />
<ClCompile Include="..\support\deflate.c" />
<ClCompile Include="..\support\errno.c" />
+ <ClCompile Include="..\support\fcntl.c" />
<ClCompile Include="..\support\infback.c" />
<ClCompile Include="..\support\inffast.c" />
<ClCompile Include="..\support\inflate.c" />
@@ -224,6 +225,7 @@
<ClCompile Include="..\support\stdio.c" />
<ClCompile Include="..\support\stdlib.c" />
<ClCompile Include="..\support\string.c" />
+ <ClCompile Include="..\support\sys-stat.c" />
<ClCompile Include="..\support\trees.c" />
<ClCompile Include="..\support\uncompr.c" />
<ClCompile Include="..\support\zlib-helper.c" />
diff --git a/msvc/monoposixhelper.vcxproj.filters b/msvc/monoposixhelper.vcxproj.filters
index 1cd4d6b8665..9ca88289700 100644
--- a/msvc/monoposixhelper.vcxproj.filters
+++ b/msvc/monoposixhelper.vcxproj.filters
@@ -70,6 +70,12 @@
<ClCompile Include="..\support\minizip\ioapi.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\support\fcntl.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\support\sys-stat.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\support\crc32.h">