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:
authorlateralusX <lateralusx.github@gmail.com>2016-12-01 14:34:58 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-12-01 14:34:58 +0300
commit94ecf49a0b60b0a312113af1dc1f4c5fabedeed2 (patch)
treea6edf9eb5cab8a7fed1bca66704803deadbdd22a /msvc/libmonoruntime.vcxproj
parent7669c811ffb49adf091760b46bfca94dd7286cb3 (diff)
Enabled possibility to exclude SafeArray implementation on Windows.
SafeArray implementation is not available under all Windows API families. This commit extracts SafeArray methods making it possible to exclude them under Windows API families not supporting SafeArrays.
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 762947af907..eb199f1dfa1 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -115,6 +115,7 @@
<ClInclude Include="..\mono\metadata\cil-coff.h" />
<ClInclude Include="..\mono\metadata\class-internals.h" />
<ClInclude Include="..\mono\metadata\class.h" />
+ <ClInclude Include="..\mono\metadata\cominterop-win32-internals.h" />
<ClInclude Include="..\mono\metadata\cominterop.h" />
<ClInclude Include="..\mono\metadata\console-io.h" />
<ClInclude Include="..\mono\metadata\console-win32-internals.h" />