cosmopolitan/libc/nt/user32/GetShellWindow.S
2023-05-10 04:20:46 -07:00

16 lines
278 B
ArmAsm

#include "libc/nt/codegen.h"
.imp user32,__imp_GetShellWindow,GetShellWindow,1950
#ifdef __x86_64__
.text.windows
GetShellWindow:
push %rbp
mov %rsp,%rbp
.profilable
sub $32,%rsp
call *__imp_GetShellWindow(%rip)
leave
ret
.endfn GetShellWindow,globl
.previous
#endif