Skip to content

Commit 8a4c622

Browse files
committed
Windows: add wincred.h to the modulemap
This adds the Windows credentials API to the modulemap for the Windows SDK module.
1 parent c1d5118 commit 8a4c622

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)