commit | e128670e1340e1726443394d95726bd6e46ab25f | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun Feb 16 14:27:07 2025 +0100 |
committer | Martin Storsjö <martin@martin.st> | Tue Mar 11 14:31:24 2025 +0200 |
tree | be2f2e819b9b0501edb0e80597aa39b7bbef80b6 | |
parent | cf211ae90565ff02e78c93d93a913501d100f30f [diff] |
crt: Merge lib32/ws2_32.def into lib-common/ws2_32.def.in Now all I386 symbols in lib-common/ws2_32.def.in file are defined with stdcall @<num> suffixes. These suffixes are automatically removed for non-I386 builds by Makefile.am rule during processing of lib-common/*.def.in files. During merging of lib32/ws2_32.def and lib-common/ws2_32.def.in files, all symbols were sorted in the final file. Signed-off-by: Martin Storsjö <martin@martin.st>