Skip to content

Commit 93d6eb9

Browse files
authored
Merge pull request #21442 from compnerd/module-map
2 parents 6241356 + 0bdf536 commit 93d6eb9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ module WinSDK [system] [extern_c] {
5959
header "synchapi.h"
6060
export *
6161
}
62+
63+
// api-ms-win-core-sysinfo-l1-1-0.dll
64+
module sysinfo {
65+
header "sysinfoapi.h"
66+
export *
67+
}
68+
69+
// api-ms-win-core-timezone-l1-1-0.dll
70+
module timezone {
71+
header "timezoneapi.h"
72+
export *
73+
}
6274
}
75+
6376
}
6477

0 commit comments

Comments
 (0)