mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-15 18:57:53 +00:00
19 lines
321 B
ArmAsm
19 lines
321 B
ArmAsm
|
#include "libc/nt/codegen.h"
|
||
|
.imp shell32,__imp_DragAcceptFiles,DragAcceptFiles
|
||
|
|
||
|
.text.windows
|
||
|
.ftrace1
|
||
|
DragAcceptFiles:
|
||
|
.ftrace2
|
||
|
#ifdef __x86_64__
|
||
|
push %rbp
|
||
|
mov %rsp,%rbp
|
||
|
mov __imp_DragAcceptFiles(%rip),%rax
|
||
|
jmp __sysv2nt
|
||
|
#elif defined(__aarch64__)
|
||
|
mov x0,#0
|
||
|
ret
|
||
|
#endif
|
||
|
.endfn DragAcceptFiles,globl
|
||
|
.previous
|