Skip to content

Commit fc3014c

Browse files
committed
platform: add ACLAPI to WinSDK
This is needed to implement chmod-like functionality on Windows. Ensure that the ACL APIs are available to swift.
1 parent 8998235 commit fc3014c

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)