Skip to content

Commit 246fe46

Browse files
authored
Merge pull request #34422 from egorzhdan/winsdk
WinSDK: prevent windows.h from hijacking imm.h
2 parents 93f22cd + a4a1ff6 commit 246fe46

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
@@ -189,6 +189,7 @@ module WinSDK [system] {
189189

190190
module IMM {
191191
header "immdev.h"
192+
header "imm.h"
192193
export *
193194

194195
link "Imm32.lib"

0 commit comments

Comments
 (0)