mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
fixed a type name
svn path=/trunk/; revision=6723
This commit is contained in:
parent
ecc20f6dc5
commit
5997e35178
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue