Skip to content

Commit a9bccef

Browse files
authored
Merge pull request #23691 from compnerd/then-you-have-my-permission
2 parents 8998235 + fc3014c commit a9bccef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ module WinSDK [system] [extern_c] {
1818
}
1919

2020
module core {
21+
module acl {
22+
header "aclapi.h"
23+
export *
24+
}
25+
2126
// api-ms-win-core-errhandling-l1-1-0.dll
2227
module errhandling {
2328
header "errhandlingapi.h"

0 commit comments

Comments
 (0)