Skip to content

Commit 7bc4148

Browse files
authored
Merge pull request #30527 from martinboehme/winsdk-modulemap
Remove [extern_c] attribute from WinSDK module.
2 parents 82a6edf + 3ccecc6 commit 7bc4148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
module WinSDK [system] [extern_c] {
13+
module WinSDK [system] {
1414
module WinSock2 {
1515
header "WinSock2.h"
1616
header "WS2tcpip.h"

0 commit comments

Comments
 (0)