Skip to content

Commit a0500be

Browse files
committed
Platform: add URL Monikers to the WinSDK overlay
Add a module definition for importing the URL Monikers interfaces. This is in service of DocC.
1 parent b4ee68b commit a0500be

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)