We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b6baf6 + 30f7b9e commit 485467eCopy full SHA for 485467e
stdlib/public/Platform/winsdk.modulemap
@@ -251,6 +251,25 @@ module WinSDK [system] {
251
link "OleAut32.Lib"
252
}
253
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
265
266
+ link "Pdh.Lib"
267
268
269
+ header "winperf.h"
270
271
272
273
module Printing {
274
header "winspool.h"
275
export *
0 commit comments