Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-11-27 01:35:40 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-01-05 21:56:22 +0400
commit071cf2447924e00a4cea94c2369ac44ccb4e0e60 (patch)
tree148f2fda25f0b845c29a45a8d9ac0e0f70f7a280 /src/thirdparty/RARFileSource
parent93b8cae4366fc902ace28dfa71e209214b17001f (diff)
Use min/max templated functions from std (part 2).
Diffstat (limited to 'src/thirdparty/RARFileSource')
-rw-r--r--src/thirdparty/RARFileSource/RARFileSource.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdparty/RARFileSource/RARFileSource.vcxproj b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
index dd0acbbf1..09ad1e4bd 100644
--- a/src/thirdparty/RARFileSource/RARFileSource.vcxproj
+++ b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
@@ -71,6 +71,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<EnablePREfast>false</EnablePREfast>
+ <UndefinePreprocessorDefinitions>NOMINMAX</UndefinePreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
@@ -83,6 +84,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<EnablePREfast>false</EnablePREfast>
+ <UndefinePreprocessorDefinitions>NOMINMAX</UndefinePreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
@@ -95,6 +97,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<EnablePREfast>false</EnablePREfast>
+ <UndefinePreprocessorDefinitions>NOMINMAX</UndefinePreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
@@ -107,6 +110,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<EnablePREfast>false</EnablePREfast>
+ <UndefinePreprocessorDefinitions>NOMINMAX</UndefinePreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>