mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
Remove CreateWindow
This commit is contained in:
parent
be87d4f2d2
commit
6360637eb2
2 changed files with 0 additions and 19 deletions
|
@ -393,7 +393,6 @@ imp 'CreateIconIndirect' CreateIconIndirect user32 1
|
|||
imp 'CreateMenu' CreateMenu user32 0
|
||||
imp 'CreatePopupMenu' CreatePopupMenu user32 0
|
||||
imp 'CreateWindowEx' CreateWindowExW user32 12
|
||||
imp 'CreateWindow' CreateWindowW user32 11
|
||||
imp 'DefWindowProc' DefWindowProcW user32 4
|
||||
imp 'DeleteMenu' DeleteMenu user32 3
|
||||
imp 'DestroyIcon' DestroyIcon user32 1
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#include "libc/nt/codegen.h"
|
||||
.imp user32,__imp_CreateWindowW,CreateWindowW
|
||||
|
||||
.text.windows
|
||||
.ftrace1
|
||||
CreateWindow:
|
||||
.ftrace2
|
||||
#ifdef __x86_64__
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
mov __imp_CreateWindowW(%rip),%rax
|
||||
jmp __sysv2nt12
|
||||
#elif defined(__aarch64__)
|
||||
mov x0,#0
|
||||
ret
|
||||
#endif
|
||||
.endfn CreateWindow,globl
|
||||
.previous
|
Loading…
Add table
Add a link
Reference in a new issue