Skip to content

Commit 2ab9f3d

Browse files
authored
Merge pull request #23696 from compnerd/move-the-downcase-to-upcase
2 parents 8975875 + 19cd786 commit 2ab9f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module WinSDK [system] [extern_c] {
1919

2020
module core {
2121
module acl {
22-
header "aclapi.h"
22+
header "AclAPI.h"
2323
export *
2424
}
2525

0 commit comments

Comments
 (0)