define RPC_FC_IGNORE

Mike McCormack mike at codeweavers.com
Thu May 19 00:35:43 CDT 2005


ChangeLog:
Eric Kohl <eric.kohl at t-online.de>
* define RPC_FC_IGNORE
-------------- next part --------------
Index: include/wine/rpcfc.h
===================================================================
RCS file: /home/wine/wine/include/wine/rpcfc.h,v
retrieving revision 1.7
diff -u -p -r1.7 rpcfc.h
--- include/wine/rpcfc.h	2 Mar 2005 12:23:21 -0000	1.7
+++ include/wine/rpcfc.h	19 May 2005 05:36:16 -0000
@@ -21,7 +21,7 @@
 #define RPC_FC_DOUBLE			0x0c
 #define RPC_FC_ENUM16			0x0d
 #define RPC_FC_ENUM32			0x0e
-
+#define RPC_FC_IGNORE			0x0f
 #define RPC_FC_ERROR_STATUS_T		0x10
 
 /* other stuff */


More information about the wine-patches mailing list