From d668a659b5bbf2da70d01ac52e6310fc7fc402ab Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 18 Jul 2024 02:57:25 -0700 Subject: [PATCH] [Build]Remove /Zm compiler limitation from KBM common (#33747) ## Summary of the Pull Request This looks to have been added years ago for some reason. It used to be 2000 and was pushed to 200. If a user needed to do the /Zm flag, shouldn't they pick what they want? --- .../keyboardmanager/common/KeyboardManagerCommon.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj index e1bb19f0cd..36e76f971c 100644 --- a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj +++ b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj @@ -27,7 +27,7 @@ _CONSOLE;%(PreprocessorDefinitions) ..\;..\..\..\;..\..\..\common\telemetry;..\..\;%(AdditionalIncludeDirectories) - %(AdditionalOptions) /Zm200 + %(AdditionalOptions) shlwapi.lib;%(AdditionalDependencies)