windows-nt/Source/XPSP1/NT/base/crts/libw32/oldnames/weak.asm
2020-09-26 16:20:57 +08:00

8 lines
84 B
NASM

.386
.model flat, c
extern C alternate:PROC
extern C weak(alternate):PROC
end