Skip to content

Commit 2d72906

Browse files
committed
Windows: include SDDL conversion headers
This is allows us to use `ConvertSidToStringSidW`.
1 parent 85437a2 commit 2d72906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ module WinSDK [system] {
315315
}
316316

317317
module Security {
318+
header "../shared/sddl.h"
319+
318320
module AuthZ {
319321
header "AuthZ.h"
320322
export *

0 commit comments

Comments
 (0)