September 6, 2019 6:08 PM, "Alex Henrie" alexhenrie24@gmail.com wrote:
I think that instead of making the buffer bigger, it would be better to add kernelbase to the IMPORTS line of
s/kernelbase/shlwapi, because kernelbase isn't available before Windows 7.
dlls/advpack/tests/Makefile.in, include shlwapi.h in files.c, and then change lstrcatA to StrCatBuffA.
-Alex
Chip