Skip to content

Commit 15ce9a8

Browse files
committed
WinSDK: extract WinRPC into a module
Add a module representing RpcRT4. This is needed for interfacing with certain COM interfaces.
1 parent 618ced8 commit 15ce9a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,13 @@ module WinSDK [system] {
216216

217217
link "AdvAPI32.Lib"
218218
}
219+
220+
module WinRPC {
221+
header "../shared/rpc.h"
222+
header "../shared/rpcndr.h"
223+
export *
224+
225+
link "RpcRT4.Lib"
226+
}
219227
}
220228

0 commit comments

Comments
 (0)