include: Fix an RPC_PROTSEQ_VECTORW typo.
This commit is contained in:
parent
d415cf5f30
commit
fe2376e63b
|
@ -93,7 +93,7 @@ typedef struct _RPC_PROTSEQ_VECTORA
|
|||
|
||||
typedef struct _RPC_PROTSEQ_VECTORW
|
||||
{
|
||||
unsigned int count;
|
||||
unsigned int Count;
|
||||
unsigned short *Protseq[1];
|
||||
} RPC_PROTSEQ_VECTORW;
|
||||
|
||||
|
|
Loading…
Reference in New Issue