Skip to content

Commit a4a1ff6

Browse files
committed
WinSDK: prevent windows.h from hijacking imm.h
Both `immdev.h` & `windows.h` include `imm.h`, and sometimes this header gets assigned to the module containing `windows.h` (currently `WinSDK.WinSock2`) instead of the Internationalization submodule
1 parent e893ecf commit a4a1ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ module WinSDK [system] {
187187

188188
module IMM {
189189
header "immdev.h"
190+
header "imm.h"
190191
export *
191192

192193
link "Imm32.lib"

0 commit comments

Comments
 (0)