From c1a50decd5e6ca5e0ac703501b7a2ed8fcab7557 Mon Sep 17 00:00:00 2001 From: PeaZomboss Date: Thu, 19 Jan 2023 21:21:16 +0800 Subject: [PATCH] Use c++ std 20 to avoid bug when function static std::vector object in dll --- 230113-civ6hooksendto/hookdll.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/230113-civ6hooksendto/hookdll.vcxproj b/230113-civ6hooksendto/hookdll.vcxproj index 15430c6..e432138 100644 --- a/230113-civ6hooksendto/hookdll.vcxproj +++ b/230113-civ6hooksendto/hookdll.vcxproj @@ -78,6 +78,7 @@ Disabled + stdcpp20 MachineX86 @@ -96,6 +97,7 @@ ProgramDatabase + stdcpp20 MachineX86 @@ -112,6 +114,7 @@ + stdcpp20 @@ -123,6 +126,7 @@ + stdcpp20 -- GitLab