Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Windows CMake, multiple copies of libffi-6.dll

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Sat, 18 Jul 2015 13:59:41 +0100
Windows CMake always copies libffi-6.dll into the runtime directory, because it's found in two places in the support libraries, gnutls and gtk2.  The version from gnutls is copied first, then overwritten by the gtk2 version, then on the next build the same happens again. because both copies are triggered if the file is different.

Unfortunately, although the files are different sizes, neither has any resources embedded indicating version or build numbers to be able to determine which one is "best".

Does anyone know which one we should be using?  Currently the gtk2 one is going out in builds, so seems to be OK.

--
Graham Bloice