]> The Tcpdump Group git mirrors - libpcap/commit
Use correct strings for DLL VersionInfo
authorDaniel Miller <[email protected]>
Wed, 27 Oct 2021 20:55:26 +0000 (15:55 -0500)
committerGuy Harris <[email protected]>
Wed, 27 Oct 2021 22:50:30 +0000 (15:50 -0700)
commit9df6bb2c1a64cae631c1f34edd1cb35b89e7d2b5
tree73ba9fa0eeb630818fc45b8db539e431c5535f2f
parent7175f8464400c2ba92d534c66647e15ecc4f8bc7
Use correct strings for DLL VersionInfo

Previous DLL build reported FileVersion as literally
"PACKAGE_VERSION_DLL" instead of expanding the macro because of the
quotes. Also reported original filename as "wpcap.dll" regardless of
library name configured via CMake.

This change also preserves the "libpcap" product name, since regardless
of the library name configured, the code is still the libpcap product.

(cherry picked from commit b51f5e88096415fa5e53e32909ae784af261b253)
pcap-dll.rc