Robert Shearman wrote:
Hi,
I have seen an issue that could be attributed to using the non-thread-safe gethostbyname in wininet, so I have converted it as best as I could to be thread-safe.
Rob
Changelog: Use a thread-safe version of gethostbyname.
Ignore this patch, it isn't actually any safer than the current version (actually, it's a lot less safer). I'll fix it up and resend soon.
Rob