Skip to content

Commit a58b623

Browse files
committed
[WinSDK] Modularize <winapifamily.h>
This prevents other Clang modules from hijacking this header, causing modularization errors. For example, several WinRT headers `#include <winapifamily.h>`.
1 parent bc88160 commit a58b623

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk_shared.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ module _GUIDDef {
1414
header "guiddef.h"
1515
export *
1616
}
17+
18+
module WinAPIFamily {
19+
header "winapifamily.h"
20+
export *
21+
}

0 commit comments

Comments
 (0)