[PR #13502] Fix PGO by "installing" a newer version of VCLibs to our app folder #29593

Open
opened 2026-01-31 09:35:48 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13502

State: closed
Merged: Yes


Moving to VS 2022 and C++20 in #13368 introduced a new dependency on an
as-yet-nonexistent VC Runtime library: msvcp140_atomic_wait.dll. That
library is not installed on the 21H1 machines that run our PGO tests.

Fortunately, the app platform will--largely--handle this dependency for
us on machines in the wild.

Fixes #13500

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13502 **State:** closed **Merged:** Yes --- Moving to VS 2022 and C++20 in #13368 introduced a new dependency on an as-yet-nonexistent VC Runtime library: msvcp140_atomic_wait.dll. That library is not installed on the 21H1 machines that run our PGO tests. Fortunately, the app platform will--largely--handle this dependency for us on machines in the wild. Fixes #13500
claunia added the pull-request label 2026-01-31 09:35:48 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29593