X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fiphlpapi%2Fresinfo.h;h=f735288c21edb0b53be9cf3cdf4b2a55febcef5d;hp=415f39eb5ce6fc6731659336e36f7930eaad848e;hb=a00acb2a1b855f4fdc94cde8bb012b6ed5a52cfa;hpb=c501d8112c9b01b1922f302d09e7eac2afc49c07;ds=sidebyside diff --git a/dll/win32/iphlpapi/resinfo.h b/dll/win32/iphlpapi/resinfo.h index 415f39eb5ce..f735288c21e 100644 --- a/dll/win32/iphlpapi/resinfo.h +++ b/dll/win32/iphlpapi/resinfo.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _IPHLP_RES_H @@ -23,7 +23,7 @@ typedef struct _IPHLP_RES_INFO { DWORD riCount; - struct sockaddr_in *riAddressList; + IP_ADDR_STRING * DnsList; } IPHLP_RES_INFO, *PIPHLP_RES_INFO; /* Get resolver info. This currently is limited to a list of IP addresses