File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 </PropertyGroup >
9494 <ItemDefinitionGroup >
9595 <ClCompile >
96- <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;MASM; %(PreprocessorDefinitions)</PreprocessorDefinitions >
97- <PreprocessorDefinitions Condition =" '$(Platform)' == 'Win32'" >CONFIG_32;PPRO;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97+ <PreprocessorDefinitions Condition =" '$(Platform)' == 'Win32'" >CONFIG_32;PPRO;MASM; %(PreprocessorDefinitions)</PreprocessorDefinitions >
9898 <PreprocessorDefinitions Condition =" '$(Platform)'=='ARM'" >CONFIG_32;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions >
9999 <PreprocessorDefinitions Condition =" '$(Platform)'=='ARM64'" >CONFIG_64;ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100- <PreprocessorDefinitions Condition =" '$(Platform)' == 'x64'" >CONFIG_64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100+ <PreprocessorDefinitions Condition =" '$(Platform)' == 'x64'" >CONFIG_64;MASM; %(PreprocessorDefinitions)</PreprocessorDefinitions >
101101 <AdditionalIncludeDirectories >..\Modules\_decimal;..\Modules\_decimal\libmpdec;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
102102 </ClCompile >
103103 </ItemDefinitionGroup >
You can’t perform that action at this time.
0 commit comments