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