cosmopolitan/libc/nt/kernel32/SetConsoleWindowInfo.s

13 lines
278 B
ArmAsm

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