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 f87174f + fe37d77 commit a6fb95dCopy full SHA for a6fb95d
stdlib/public/Platform/winsdk.modulemap
@@ -54,6 +54,12 @@ module WinSDK [system] [extern_c] {
54
export *
55
}
56
57
+ // api-ms-win-core-Path-l1-0.dll
58
+ module path {
59
+ header "PathCch.h"
60
+ export *
61
+ }
62
+
63
// api-ms-win-core-processthreads-l1-1-2.dll
64
module processthreads {
65
header "processthreadsapi.h"
@@ -79,5 +85,9 @@ module WinSDK [system] [extern_c] {
79
85
80
86
81
87
88
+ module Shell {
89
+ header "ShlObj.h"
90
91
82
92
83
93
0 commit comments