Remove 5000 WIN32 APIs

This commit is contained in:
Justine Tunney 2023-07-28 14:22:15 -07:00
parent 6c7b4fcbd3
commit 140a8a52e5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5511 changed files with 1247 additions and 16131 deletions

View file

@ -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"