Skip to content

Commit 485467e

Browse files
authored
Merge pull request swiftlang#34058 from egorzhdan/winsdk-perf
WinSDK: extract Performance submodule
2 parents 1b6baf6 + 30f7b9e commit 485467e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,25 @@ module WinSDK [system] {
251251
link "OleAut32.Lib"
252252
}
253253

254+
module Performance {
255+
module PerfLib {
256+
header "perflib.h"
257+
export *
258+
259+
link "AdvAPI32.Lib"
260+
}
261+
262+
module PDH {
263+
header "Pdh.h"
264+
export *
265+
266+
link "Pdh.Lib"
267+
}
268+
269+
header "winperf.h"
270+
export *
271+
}
272+
254273
module Printing {
255274
header "winspool.h"
256275
export *

0 commit comments

Comments
 (0)