On Tuesday 07 April 2009 13:32:54 Jeff Latimer wrote:
The definition of in6_addr is not fully expanded as yet. This patch adds the extra definition. This version is based on the Vista PSDK and places the definition in in6addr.h.
Is there any reason you're putting this into an extra header? The PSDK I have around keeps this in ws2ipdef.h
Other than that, thanks. I've been working on a similar patch but got sidetracked.
Cheers, Kai
Kai Blin wrote:
This version is based on the Vista PSDK and places the definition in in6addr.h.
Is there any reason you're putting this into an extra header? The PSDK I have around keeps this in ws2ipdef.h
My Vista PSDK breaks into the extra header. It does the same for the IPV4 address too (ie. inaddr.h) but I haven't addressed that.
Jeff