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:
authorJohan Lorensson <lateralusx.github@gmail.com>2016-12-05 13:45:19 +0300
committerGitHub <noreply@github.com>2016-12-05 13:45:19 +0300
commit120fb8de4003bffb38e6380dc89b3c9f57949440 (patch)
tree94dd25a8b53c31a8694d1e854ff26ec141b0f28a /msvc/libmonoruntime.vcxproj
parent1e890d8428ee37b613b750dd84b33745c3db997c (diff)
parent94ecf49a0b60b0a312113af1dc1f4c5fabedeed2 (diff)
Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
Add possibility to exclude COM SafeArray implementation on some none desktop Windows API families.
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 81d8a7e3e5b..b73ba7d0cf2 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -116,6 +116,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" />