Skip to content

Commit 5634d99

Browse files
authored
Add several headers to WinSDK (#85915)
This was needed for explicit module builds to work for internal apps.
1 parent e293876 commit 5634d99

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

stdlib/public/Platform/winsdk_um.modulemap

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,5 +607,35 @@ module WinSDK [system] {
607607

608608
link "wlanapi.lib"
609609
}
610+
611+
module WTypesBase {
612+
header "../shared/wtypesbase.h"
613+
export *
614+
}
615+
616+
module WTypes {
617+
header "../shared/wtypes.h"
618+
export *
619+
}
620+
621+
module RoApi {
622+
header "../winrt/roapi.h"
623+
export *
624+
}
625+
626+
module MinWinDef {
627+
header "../shared/minwindef.h"
628+
export *
629+
}
630+
631+
module SDKDDKVer {
632+
header "../shared/sdkddkver.h"
633+
export *
634+
}
635+
636+
module WinError {
637+
header "../shared/winerror.h"
638+
export *
639+
}
610640
}
611641

0 commit comments

Comments
 (0)