include: Fix an RPC_PROTSEQ_VECTORW typo.

oldstable
Damjan Jovanovic 2011-06-19 18:05:13 +02:00 committed by Alexandre Julliard
parent d415cf5f30
commit fe2376e63b
1 changed files with 1 additions and 1 deletions

View File

@ -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;