[PATCH 3/3] [Dnsapi.dll] Tests

Steven Edwards winehacker at gmail.com
Thu Mar 2 02:37:35 CST 2006


On 3/2/06, Steven Edwards <winehacker at gmail.com> wrote:
> Why don't you break this out in to a function like load_dnsapi() that
> way if there are missing symbols from one version to another you can
> use GetProcAddress and delay load them and it will all be contained in
> one function.

Also to make it clear you don't need to do the delay loading of the
symbols unless they really differ from one windows to another. Just
using the LoadLibrary is fine.

--
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo



More information about the wine-patches mailing list