Skip to content

Commit b63dbbc

Browse files
committed
WinSDK: extract Internationalization submodule
Currently winnls.h & imm.h get included into `WinSDK.WinSock2`, however their usages might not be related to sockets
1 parent e9650cf commit b63dbbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,20 @@ module WinSDK [system] {
174174
link "Cabinet.Lib"
175175
}
176176

177+
module Internationalization {
178+
module WinNLS {
179+
header "winnls.h"
180+
export *
181+
}
182+
183+
module IMM {
184+
header "immdev.h"
185+
export *
186+
187+
link "Imm32.lib"
188+
}
189+
}
190+
177191
module Shell {
178192
header "ShlObj.h"
179193
export *

0 commit comments

Comments
 (0)