fixed a type name

svn path=/trunk/; revision=6723
This commit is contained in:
Vizzini 2003-11-20 06:30:35 +00:00
parent ecc20f6dc5
commit 5997e35178

View file

@ -434,7 +434,7 @@ typedef struct _TA_ADDRESS_IP {
USHORT AddressType;
TDI_ADDRESS_IP Address[1];
} Address[1];
} TA_ADDRESS_IP, *PTA_ADDRESS_IP;
} TA_IP_ADDRESS, *PTA_IP_ADDRESS;
typedef struct _TA_ADDRESS_IPX {
LONG TAAddressCount;