Skip to content

Commit e2e6d6a

Browse files
authored
Merge pull request #73008 from compnerd/UserEnv
Platform: add UserEnv module to WinSDK
2 parents a51ebde + 5919346 commit e2e6d6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,12 @@ module WinSDK [system] {
468468
link "User32.Lib"
469469
}
470470

471+
module UserEnv {
472+
header "UserEnv.h"
473+
export *
474+
link "UserEnv.Lib"
475+
}
476+
471477
module WER {
472478
header "WerApi.h"
473479
export *

0 commit comments

Comments
 (0)