Damjan Jovanovic : include: Fix an RPC_PROTSEQ_VECTORW typo.

Alexandre Julliard julliard at winehq.org
Mon Jun 20 14:24:08 CDT 2011


Module: wine
Branch: master
Commit: fe2376e63b47735b368820a87ea0d4115940230c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe2376e63b47735b368820a87ea0d4115940230c

Author: Damjan Jovanovic <damjan.jov at 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;
 




More information about the wine-cvs mailing list