فهرست منبع

W32 VS projects: use C17 if available

Evgeny Grin (Karlson2k) 4 سال پیش
والد
کامیت
740deea3a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      w32/common/common-build-settings.vcxproj

+ 1 - 0
w32/common/common-build-settings.vcxproj

@@ -32,6 +32,7 @@
       <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+      <LanguageStandard_C Condition="'%(ClCompile.LanguageStandard_C)' != ''">stdc17</LanguageStandard_C>
     </ClCompile>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>