]> granicus.if.org Git - icu/commitdiff
ICU-20474 Shared library ProjectConfiguration Props file ignores command line preproc...
authorJeff Genovy <jefgen@microsoft.com>
Tue, 5 Mar 2019 02:53:09 +0000 (18:53 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 6 Mar 2019 19:33:27 +0000 (11:33 -0800)
icu4c/source/allinone/Build.Windows.Library.ProjectConfiguration.props

index 5ca5ee58e2134e41c3de36f884bb59d05db19efc..90bac19e9354145f44bbfa2b19fed1b6712e7664 100644 (file)
@@ -7,6 +7,7 @@
     <ClCompile>
       <!-- ICU does not use exceptions in library code. -->
       <PreprocessorDefinitions>
+        $(DefineConstants);
         _HAS_EXCEPTIONS=0;
         %(PreprocessorDefinitions)
       </PreprocessorDefinitions>