Skip to content

Commit 0614055

Browse files
authored
Merge pull request #41361 from compnerd/ProcessAPI
Platform: add submodule to WinSDK for ProcessAPI
2 parents 2325293 + e6c6c52 commit 0614055

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
@@ -398,6 +398,13 @@ module WinSDK [system] {
398398
link "WinSpool.Lib"
399399
}
400400

401+
module PSAPI {
402+
header "Psapi.h"
403+
export *
404+
405+
link "psapi.lib"
406+
}
407+
401408
module RichEdit {
402409
header "Richedit.h"
403410
export *

0 commit comments

Comments
 (0)