Skip to content

Commit c9ff626

Browse files
authored
Merge pull request #21625 from compnerd/min-or-max
2 parents 550478a + a381405 commit c9ff626

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ module WinSDK [system] [extern_c] {
3030
export *
3131
}
3232

33+
// api-ms-win-heapapi-l1-1-0.dll
34+
module heap {
35+
header "heapapi.h"
36+
export *
37+
}
38+
3339
// api-ms-win-core-interlocked-l1-1-0.dll
3440
module interlocked {
3541
header "interlockedapi.h"

0 commit comments

Comments
 (0)