Initial import
This commit is contained in:
12
libc/nt/user32/SetWindowTextW.s
Normal file
12
libc/nt/user32/SetWindowTextW.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_SetWindowTextW,SetWindowTextW,2405
|
||||
|
||||
.text.windows
|
||||
SetWindowText:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_SetWindowTextW(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn SetWindowText,globl
|
||||
.previous
|
||||
Reference in New Issue
Block a user