Skip to content

Commit 9b2fd2d

Browse files
authored
Merge pull request swiftlang#33307 from smeenai/master
[utils] Add Uxtheme.h to VFS overlay
2 parents c64ca9a + 8c0ee61 commit 9b2fd2d

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
@@ -149,6 +149,9 @@ roots:
149149
- name: unknwn.h
150150
type: file
151151
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/um/Unknwn.h"
152+
- name: uxtheme.h
153+
type: file
154+
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/um/Uxtheme.h"
152155
- name: unknwnbase.h
153156
type: file
154157
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/um/Unknwnbase.h"

0 commit comments

Comments
 (0)