Skip to content

Commit 8eac45e

Browse files
authored
Merge pull request swiftlang#21460 from compnerd/vfs-overlay
build: add ConcurrencySal.h to VFS overlay
2 parents 0ae5dd4 + 39982ae commit 8eac45e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/WindowsSDKVFSOverlay.yaml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ roots:
1717
- name: wtypesbase.h
1818
type: file
1919
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/shared/WTypesbase.h"
20+
- name: ConcurrencySal.h
21+
type: file
22+
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/shared/concurrencysal.h"
2023
- name: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/um"
2124
type: directory
2225
contents:

0 commit comments

Comments
 (0)