crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
According to MS documentation all those LZ functions from lzexpand.h header
file should be linked against the lz32.dll via lz32.lib (liblz32.a in mingw):
https://learn.microsoft.com/en-us/windows/win32/api/lzexpand/nf-lzexpand-lzinit
MS Windows SDK Kernel32.lib import library does not export these symbols.
So comment all duplicate symbols from 32-bit x86 kernel32.def file which are
present in lz32.def file.
Signed-off-by: LIU Hao <lh_mouse@126.com>
1 file changed