Re: config.h.mingw changes
Gisle Vanem <[email protected]> Wed, 29 Jun 2005 21:19:01 +0200
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
> What I don't understand is how Windows programs are *supposed* to > print IPv6 addresses. Does every single IPv6-enabled program have a > function like that one? Yes, I guess so (libcurl at least). The official method would probably be to use WSAAddressToString(); http://tinyurl.com/8aojn But this function is difficult to use right (the last time I tried). > What is the copyright status of that file? Some BSD licence (?). If that's a problem I'll try getting the above function to work --gv