Skip to content

Commit 92e02b2

Browse files
authored
Merge pull request #67481 from compnerd/monikers
Platform: add URL Monikers to the WinSDK overlay
2 parents 244c489 + a0500be commit 92e02b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,12 @@ module WinSDK [system] {
449449
}
450450
}
451451

452+
module URLMonikers {
453+
header "urlmon.h"
454+
export *
455+
link "Urlmon.Lib"
456+
}
457+
452458
module User {
453459
header "WinUser.h"
454460
export *

0 commit comments

Comments
 (0)