Damjan Jovanovic : include: Fix an RPC_PROTSEQ_VECTORW typo.
20 Jun
2011
20 Jun
'11
7:24 p.m.
Module: wine Branch: master Commit: fe2376e63b47735b368820a87ea0d4115940230c URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe2376e63b47735b368820a87e... Author: Damjan Jovanovic <damjan.jov(a)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;
5295
Age (days ago)
5295
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard