[vlc-devel] [PATCH 4/5] win32: fix %zu fixups - dont use mingw's vsnprintf

David Flynn davidf+nntp at woaf.net
Thu Mar 26 18:26:51 CET 2009


On 2009-03-26, Cyril MATHE <cmathe at actech-innovation.com> wrote:
> I just cross-compiled for win 32 with mingw and the compilation works
> well. I test on windows XP SP2 and now VLC doesn't crash anymore.

You may find this useful in spotting when mingw's crt functions get
linked in:

for f in `find . -name '*.dll'`
do
 i586-mingw32msvc-nm $f | grep mingw && echo ^^^ $f
done

..david




More information about the vlc-devel mailing list