Skip to content

vlc_fixup: don't define the proper lfind for win64

Steve Lhomme requested to merge robUx4/vlc:win64-lfind into master

win64 has its own version of lfind() but assumes the 3rd parameter is an unsigned.

This commit matches the #ifdef _WIN64 below this code which uses the Windows version with the unsigned limit. The comment is copied from there as well.

Merge request reports