Skip to content

Commit 4e75c99

Browse files
authored
Merge pull request #41235 from compnerd/toolhelp32
Platform: add a WinSDK submodule
2 parents 7c80051 + a2c6d0c commit 4e75c99

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)