HEADERS: add missing rpc type

Mike McCormack mike at codeweavers.com
Tue Sep 14 12:00:18 CDT 2004


ChangeLog:
* add missing rpc type
-------------- next part --------------
Index: include/wine/rpcfc.h
===================================================================
RCS file: /home/wine/wine/include/wine/rpcfc.h,v
retrieving revision 1.5
diff -u -r1.5 rpcfc.h
--- include/wine/rpcfc.h	3 Mar 2004 05:25:37 -0000	1.5
+++ include/wine/rpcfc.h	14 Sep 2004 15:27:37 -0000
@@ -46,6 +46,8 @@
 
 #define RPC_FC_CPSTRUCT                 0x18 /* conformant structure w/ pointers */
 
+#define RPC_FC_CVSTRUCT                 0x19 /* conformant varying struct */
+
 #define RPC_FC_BOGUS_STRUCT		0x1a /* complex structure */
 
 #define RPC_FC_CARRAY			0x1b /* conformant array */


More information about the wine-patches mailing list