Skip to content

Commit e6c6c52

Browse files
committed
Platform: add submodule to WinSDK for ProcessAPI
This adds the PSAPI submodule to WinSDK for use in swift-inspect.
1 parent 2c273c4 commit e6c6c52

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)