On 3/2/06, Steven Edwards winehacker@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