Initial import
This commit is contained in:
14
libc/nt/user32/GetDesktopWindow.s
Normal file
14
libc/nt/user32/GetDesktopWindow.s
Normal file
@@ -0,0 +1,14 @@
|
||||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_GetDesktopWindow,GetDesktopWindow,1833
|
||||
|
||||
.text.windows
|
||||
GetDesktopWindow:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
sub $32,%rsp
|
||||
call *__imp_GetDesktopWindow(%rip)
|
||||
leave
|
||||
ret
|
||||
.endfn GetDesktopWindow,globl
|
||||
.previous
|
||||
Reference in New Issue
Block a user