Ethereal-dev: Re: [Ethereal-dev] enabling libethereal.dll with MSVC (update)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Lars Roland <lars.roland@xxxxxxx>
Date: Mon, 03 May 2004 12:50:24 +0200


Guy Harris wrote:

Speaking of __declspec(), would using __declspec(dllexport) allow us to
get rid of libethereal.def?

Yes, both are equivalent. See previous mail. MSVC uses libethereal.def to add __declspec(dllexport) to the definition of all symbols in it.