Skip to content

Commit 0aba29c

Browse files
authored
Merge pull request #21424 from compnerd/interlocked
2 parents 1d0a8bb + e86c171 commit 0aba29c

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-core-interlocked-l1-1-0.dll
34+
module interlocked {
35+
header "interlockedapi.h"
36+
export *
37+
}
38+
3339
// api-ms-win-core-libloader-l1-1-0.dll
3440
module libloader {
3541
header "libloaderapi.h"

0 commit comments

Comments
 (0)