From 071db4ca6e32c72e781ad12cf8528d8bb264b8f9 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 19 May 2005 11:14:21 +0000 Subject: [PATCH] Define RPC_FC_IGNORE. --- include/wine/rpcfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/rpcfc.h b/include/wine/rpcfc.h index 583d472c90..b488d782d6 100644 --- a/include/wine/rpcfc.h +++ b/include/wine/rpcfc.h @@ -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 */