We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6241356 + 0bdf536 commit 93d6eb9Copy full SHA for 93d6eb9
stdlib/public/Platform/winsdk.modulemap
@@ -59,6 +59,19 @@ module WinSDK [system] [extern_c] {
59
header "synchapi.h"
60
export *
61
}
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
73
74
75
76
77
0 commit comments