Module: wine Branch: master Commit: fe2376e63b47735b368820a87ea0d4115940230c URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe2376e63b47735b368820a87e...
Author: Damjan Jovanovic damjan.jov@gmail.com Date: Sun Jun 19 18:05:13 2011 +0200
include: Fix an RPC_PROTSEQ_VECTORW typo.
---
include/rpcdce.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/rpcdce.h b/include/rpcdce.h index 5edb501..6b3bd3a 100644 --- a/include/rpcdce.h +++ b/include/rpcdce.h @@ -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;