From d6bffb2c45d5fd32ef6339e729a18689998ec673 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 6 Sep 2003 02:25:53 +0000 Subject: [PATCH] Regenerated with the latest widl. --- dlls/ole32/dcom.h | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/dlls/ole32/dcom.h b/dlls/ole32/dcom.h index 45124d3411d..1194bbb8aa2 100644 --- a/dlls/ole32/dcom.h +++ b/dlls/ole32/dcom.h @@ -1,13 +1,13 @@ /*** Autogenerated by WIDL 0.1 from dcom.idl - Do not edit ***/ -#include "rpc.h" -#include "rpcndr.h" +#include +#include #ifndef __WIDL_DCOM_H #define __WIDL_DCOM_H #ifdef __cplusplus extern "C" { #endif -#include "unknwn.h" +#include typedef MIDL_uhyper ID; typedef ID MID; @@ -175,7 +175,11 @@ typedef struct tagMInterfacePointer { typedef MInterfacePointer *PMInterfacePointer; +#ifndef __IRemUnknown_FWD_DEFINED__ +#define __IRemUnknown_FWD_DEFINED__ typedef struct IRemUnknown IRemUnknown; +#endif + typedef IRemUnknown *LPREMUNKNOWN; typedef struct tagREMQIRESULT { @@ -192,6 +196,9 @@ typedef struct tagREMINTERFACEREF { /***************************************************************************** * IRemUnknown interface */ +#ifndef __IRemUnknown_INTERFACE_DEFINED__ +#define __IRemUnknown_INTERFACE_DEFINED__ + DEFINE_GUID(IID_IRemUnknown, 0x00000131, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46); #if defined(__cplusplus) && !defined(CINTERFACE) struct IRemUnknown : public IUnknown @@ -309,12 +316,21 @@ void __RPC_STUB IRemUnknown_RemRelease_Stub( PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase); +#endif /* __IRemUnknown_INTERFACE_DEFINED__ */ + +#ifndef __IRemUnknown2_FWD_DEFINED__ +#define __IRemUnknown2_FWD_DEFINED__ typedef struct IRemUnknown2 IRemUnknown2; +#endif + typedef IRemUnknown2 *LPREMUNKNOWN2; /***************************************************************************** * IRemUnknown2 interface */ +#ifndef __IRemUnknown2_INTERFACE_DEFINED__ +#define __IRemUnknown2_INTERFACE_DEFINED__ + DEFINE_GUID(IID_IRemUnknown2, 0x00000142, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46); #if defined(__cplusplus) && !defined(CINTERFACE) struct IRemUnknown2 : public IRemUnknown @@ -417,6 +433,8 @@ void __RPC_STUB IRemUnknown2_RemQueryInterface2_Stub( PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase); +#endif /* __IRemUnknown2_INTERFACE_DEFINED__ */ + #if 0 /***************************************************************************** * IOXIDResolver interface (v0.0) @@ -456,7 +474,7 @@ error_status_t ResolveOxid2( DWORD* pAuthnHint, COMVERSION* pComVersion); -#define MODE_GET_CLASS_OBJECT (0x7fffffff) +#define MODE_GET_CLASS_OBJECT (0xffffffff) /***************************************************************************** * IRemoteActivation interface (v0.0) -- 2.11.4.GIT