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:
authorRyan Lucia <rylucia@microsoft.com>2019-06-13 18:03:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-13 18:03:34 +0300
commit20d83c24d6fe412a6afe62652b671526ab7d12cf (patch)
tree68a7eabe2b387c250231606e77315231e558d912 /msvc/libmonoutils-common.targets
parente795253dc72d0df91f502bda2a13102324caba28 (diff)
Propagate error in mono_unicode_to_external (#14879)
* Add internal version of mono_unicode_to_external to propagate error * Migrate things to _error version where sensible * Remove redundant goto * Print input string when conversion fails * Remove todos * Switch everything to MonoError * Naming: err -> error * Actually print out *filename correctly
Diffstat (limited to 'msvc/libmonoutils-common.targets')
-rw-r--r--msvc/libmonoutils-common.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoutils-common.targets b/msvc/libmonoutils-common.targets
index 2eb48eec807..71d1e7a65d7 100644
--- a/msvc/libmonoutils-common.targets
+++ b/msvc/libmonoutils-common.targets
@@ -68,6 +68,7 @@
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-string.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-time.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-time.h" />
+ <ClInclude Include="$(MonoSourceLocation)\mono\utils\strenc-internals.h" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\strenc.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\strenc.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-uri.c" />