aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-12 15:33:57 +0200
committerStefan Boberg <[email protected]>2021-08-12 15:33:57 +0200
commite885dd186b4ca61f06f27f52cbf41dffb41071e2 (patch)
tree5a501bbfe39079f0140b47dd732fb49bfd135c68
parentBracket cpr with warning disable macros to fix compile issue (diff)
downloadzen-e885dd186b4ca61f06f27f52cbf41dffb41071e2.tar.xz
zen-e885dd186b4ca61f06f27f52cbf41dffb41071e2.zip
Added _WIN32_WINNT=0x0A00 definition to silence compile warning
-rw-r--r--zenfs_common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenfs_common.props b/zenfs_common.props
index 722f69582..4ab89e80f 100644
--- a/zenfs_common.props
+++ b/zenfs_common.props
@@ -11,6 +11,7 @@
<WarningLevel>Level4</WarningLevel>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<TreatWarningAsError>true</TreatWarningAsError>
+ <PreprocessorDefinitions>_UNICODE;UNICODE;_WIN32_WINNT=0x0A00 ;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />