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>
3 files changed