mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
16 lines
278 B
ArmAsm
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
|