Ignore:
Timestamp:
Feb 15, 2002, 6:16:36 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_marshal.h

    r641 r7925  
    1 /* $Id: obj_marshal.h,v 1.5 1999-08-22 22:52:08 sandervl Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs that allow an interface to
     
    76#ifndef __WINE_WINE_OBJ_MARSHAL_H
    87#define __WINE_WINE_OBJ_MARSHAL_H
    9 
    10 #include "wine/obj_base.h"
    11 #include "wine/obj_storage.h"
    128
    139#ifdef __cplusplus
     
    2319DEFINE_OLEGUID(IID_IStdMarshalInfo,     0x00000018L, 0, 0);
    2420typedef struct IStdMarshalInfo IStdMarshalInfo,*LPSTDMARSHALINFO;
     21
     22DEFINE_OLEGUID(CLSID_DfMarshal,         0x0000030BL, 0, 0);
    2523
    2624
     
    4240#undef ICOM_INTERFACE
    4341
    44 #ifdef ICOM_CINTERFACE
    4542/*** IUnknown methods ***/
    4643#define IMarshal_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
     
    5451#define IMarshal_ReleaseMarshalData(p,a)          ICOM_CALL1(ReleaseMarshalData,p,a)
    5552#define IMarshal_DisconnectObject(p,a)            ICOM_CALL1(DisconnectObject,p,a)
    56 #endif
    5753
    5854
     
    6965#undef ICOM_INTERFACE
    7066
    71 #ifdef ICOM_CINTERFACE
    7267/*** IUnknown methods ***/
    7368#define IStdMarshalInfo_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
     
    7671/*** IStdMarshalInfo methods ***/
    7772#define IStdMarshalInfo_GetClassForHandler(p,a,b,c) ICOM_CALL3(GetClassForHandler,p,a,b,c)
    78 #endif
    7973
    8074
Note: See TracChangeset for help on using the changeset viewer.