cosmopolitan/libc/nt/gdi32/SetTextJustification.s

13 lines
278 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp gdi32,__imp_SetTextJustification,SetTextJustification,1913
.text.windows
SetTextJustification:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_SetTextJustification(%rip),%rax
jmp __sysv2nt
.endfn SetTextJustification,globl
.previous