Skip to content

Commit 73edf07

Browse files
committed
Platform: correct link dependency for WinSDK.User
Add the User32 link dependency for uses of the User module.
1 parent c4c91e2 commit 73edf07

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
@@ -423,6 +423,7 @@ module WinSDK [system] {
423423
module User {
424424
header "WinUser.h"
425425
export *
426+
link "User32.Lib"
426427
}
427428

428429
module WIC {

0 commit comments

Comments
 (0)