cosmopolitan/libc/nt/pdh/PdhAddEnglishCounterW.s
Justine Tunney c23b6ecc31 Fix some win32 definitions
You can now use psapi.dll and pdh.dll. Some TODOs for Windows have been
cleared out. We might have a working load average for the platform that
should help GNU Make work well.
2022-03-22 19:54:36 -07:00

12 lines
276 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp pdh,__imp_PdhAddEnglishCounterW,PdhAddEnglishCounterW,0
.text.windows
PdhAddEnglishCounter:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_PdhAddEnglishCounterW(%rip),%rax
jmp __sysv2nt
.endfn PdhAddEnglishCounter,globl
.previous