diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
commit | 37ed22ab43e74245169c9f49562c22ae978b2876 (patch) | |
tree | 68cfdb21676ac30411775a033e433268aa09b2fe /libs/pthreads | |
parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) |
warning fix for non-standard projects
Diffstat (limited to 'libs/pthreads')
-rw-r--r-- | libs/pthreads/pthreads.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj index d1ddccbe03..2b353e3bcd 100644 --- a/libs/pthreads/pthreads.vcxproj +++ b/libs/pthreads/pthreads.vcxproj @@ -26,6 +26,7 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <GenerateManifest>false</GenerateManifest> <EmbedManifest>false</EmbedManifest> + <XPDeprecationWarning>false</XPDeprecationWarning> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |