Skip to content
Snippets Groups Projects
Commit 161a02b4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define HAS_INTTYPES_H (for singled-threaded xpdev) here too

parent c9690c1a
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>HAS_STDINT_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>HAS_INTTYPES_H;HAS_STDINT_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment