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 d388837 + c1da7a2 commit 18a59bcCopy full SHA for 18a59bc
stdlib/public/Platform/winsdk.modulemap
@@ -85,9 +85,25 @@ module WinSDK [system] [extern_c] {
85
}
86
87
88
+ // FIXME(compnerd) this is a hack for the HWND typedef for DbgHelp
89
+ module __DirectX {
90
+ header "directmanipulation.h"
91
+ export *
92
+ }
93
+
94
+ module DbgHelp {
95
+ header "DbgHelp.h"
96
97
98
99
module Shell {
100
header "ShlObj.h"
101
export *
102
103
104
+ module WinCrypt {
105
+ header "wincrypt.h"
106
107
108
109
0 commit comments