Skip to content

Commit 19cd786

Browse files
committed
platform: correct case for WinSDK module (NFC)
This adjusts the case so that it can build on case sensitive file systems (e.g. ext4).
1 parent 8975875 commit 19cd786

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)