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.
1 parent e9650cf commit b63dbbcCopy full SHA for b63dbbc
stdlib/public/Platform/winsdk.modulemap
@@ -174,6 +174,20 @@ module WinSDK [system] {
174
link "Cabinet.Lib"
175
}
176
177
+ module Internationalization {
178
+ module WinNLS {
179
+ header "winnls.h"
180
+ export *
181
+ }
182
+
183
+ module IMM {
184
+ header "immdev.h"
185
186
187
+ link "Imm32.lib"
188
189
190
191
module Shell {
192
header "ShlObj.h"
193
export *
0 commit comments