Skip to content

Commit 7b78d39

Browse files
authored
Merge pull request #65208 from apple/credentials
Windows: add wincred.h to the modulemap
2 parents 59cb6ad + 8a4c622 commit 7b78d39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,13 @@ module WinSDK [system] {
460460
export *
461461
}
462462

463+
module WinCred {
464+
header "wincred.h"
465+
export *
466+
467+
link "AdvAPI32.lib"
468+
}
469+
463470
module WinDNS {
464471
header "WinDNS.h"
465472
export *

0 commit comments

Comments
 (0)