Skip to content

Commit aa78b5d

Browse files
authored
Merge pull request #84674 from egorzhdan/egorzhdan/winapifamily
[WinSDK] Modularize `<winapifamily.h>`
2 parents 4e8761a + a58b623 commit aa78b5d

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)