mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 13:00:28 +00:00
Remove 5000 WIN32 APIs
This commit is contained in:
parent
6c7b4fcbd3
commit
140a8a52e5
5511 changed files with 1247 additions and 16131 deletions
|
@ -31,7 +31,7 @@
|
|||
// @see libc/nt/master.sh
|
||||
// @see ape/ape.lds
|
||||
// @see winimp
|
||||
.macro .imp dll:req fn:req actual:req hint
|
||||
.macro .imp dll:req fn:req actual:req
|
||||
#ifdef __x86_64__
|
||||
.dll "\dll"
|
||||
.section ".piro.data.sort.iat.2.\dll\().2.\actual","aw",@progbits
|
||||
|
@ -50,11 +50,7 @@
|
|||
.previous
|
||||
.section ".idata.ro.hnt.\dll\().2.\actual","a",@progbits
|
||||
"\dll\().\actual":
|
||||
.ifnb \hint // hint i.e. guess function ordinal
|
||||
.short \hint
|
||||
.else
|
||||
.short 0
|
||||
.endif
|
||||
.short 0 // hint
|
||||
.asciz "\actual"
|
||||
.align 2 // documented requirement
|
||||
.globl "\dll\().\actual"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue