Commit fe2376e6 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

include: Fix an RPC_PROTSEQ_VECTORW typo.

parent d415cf5f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment