[PR #10559] Introduce a api-ms-win-core-synch-l1-2-0 shim for Windows 7 #28110

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

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

State: closed
Merged: Yes


The code in this file was adapted from the STL on the 2021-07-05.

It backports the following Windows 8 functions to Windows 7:

  • WaitOnAddress
  • WakeByAddressSingle
  • WakeByAddressAll

These functions are used within til. This commit will allow til to be used in the conhost source code.

Validation

  • correct .dll loads on Windows 7
  • correct .dll loads on Windows 10
  • link line for PublicTerminalCore prefers this fake apiset over kernel32
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10559 **State:** closed **Merged:** Yes --- The code in this file was adapted from the STL on the 2021-07-05. It backports the following Windows 8 functions to Windows 7: * WaitOnAddress * WakeByAddressSingle * WakeByAddressAll These functions are used within `til`. This commit will allow `til` to be used in the conhost source code. Validation * [x] correct .dll loads on Windows 7 * [x] correct .dll loads on Windows 10 * [x] link line for PublicTerminalCore prefers this fake apiset over kernel32
claunia added the pull-request label 2026-01-31 09:26:25 +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#28110