summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/string
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-05-31 11:04:54 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-05-31 12:48:45 +0200
commitea3b9dfa5635dc59303a8f8c8f9887a72124135f (patch)
treef7075d2a4708c71e1e4d08d3a90ce9173d9d4073 /windows/nsis-plugins/src/string
parentb8ca47de78a292cf847cd8d51e0646fdcf46b6a6 (diff)
downloadmullvadvpn-ea3b9dfa5635dc59303a8f8c8f9887a72124135f.tar.xz
mullvadvpn-ea3b9dfa5635dc59303a8f8c8f9887a72124135f.zip
Set explicit C++ standard to C++20
Diffstat (limited to 'windows/nsis-plugins/src/string')
-rw-r--r--windows/nsis-plugins/src/string/string.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/nsis-plugins/src/string/string.vcxproj b/windows/nsis-plugins/src/string/string.vcxproj
index 3e0957db7d..1626019ab7 100644
--- a/windows/nsis-plugins/src/string/string.vcxproj
+++ b/windows/nsis-plugins/src/string/string.vcxproj
@@ -62,7 +62,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;STRING_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>$(ProjectDir)../../../../dist-assets/binaries/x86_64-pc-windows-msvc/;$(ProjectDir)../../../windows-libraries/src/;$(ProjectDir)../</AdditionalIncludeDirectories>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp20</LanguageStandard>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -87,7 +87,7 @@
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>$(ProjectDir)../../../../dist-assets/binaries/x86_64-pc-windows-msvc/;$(ProjectDir)../../../windows-libraries/src/;$(ProjectDir)../</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>