We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e293876 commit 5634d99Copy full SHA for 5634d99
stdlib/public/Platform/winsdk_um.modulemap
@@ -607,5 +607,35 @@ module WinSDK [system] {
607
608
link "wlanapi.lib"
609
}
610
+
611
+ module WTypesBase {
612
+ header "../shared/wtypesbase.h"
613
+ export *
614
+ }
615
616
+ module WTypes {
617
+ header "../shared/wtypes.h"
618
619
620
621
+ module RoApi {
622
+ header "../winrt/roapi.h"
623
624
625
626
+ module MinWinDef {
627
+ header "../shared/minwindef.h"
628
629
630
631
+ module SDKDDKVer {
632
+ header "../shared/sdkddkver.h"
633
634
635
636
+ module WinError {
637
+ header "../shared/winerror.h"
638
639
640
641
0 commit comments