Skip to content

Commit a2c6d0c

Browse files
committed
Platform: add a WinSDK submodule
This adds ToolHelp32 to the WinSDK module which is needed for snapshotting process state. This is useful for tooling like swift-inspect.
1 parent 7c80051 commit a2c6d0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,13 @@ module WinSDK [system] {
411411
link "sensorsapi.lib"
412412
}
413413

414+
module ToolHelp {
415+
header "TlHelp32.h"
416+
export *
417+
418+
link "kernel32.Lib"
419+
}
420+
414421
module UI {
415422
module XAML {
416423
module Hosting {

0 commit comments

Comments
 (0)