Skip to content

Commit c99d91a

Browse files
committed
vcxproj: require C11
This fixes the build after 7bc341e (git-compat-util: add a test balloon for C99 support, 2021-12-01). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f209fda commit c99d91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/buildsystems/Generators/Vcxproj.pm

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ sub createProject {
178178
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
179179
<PrecompiledHeader />
180180
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
181+
<LanguageStandard_C>stdc11</LanguageStandard_C>
181182
</ClCompile>
182183
<Lib>
183184
<SuppressStartupBanner>true</SuppressStartupBanner>

0 commit comments

Comments
 (0)