Changeset 636


Ignore:
Timestamp:
Aug 23, 1999, 12:15:15 AM (26 years ago)
Author:
sandervl
Message:

Added new headers for OLEAUT32

Location:
trunk/include/win
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/win/oleauto.h

    r4 r636  
    1 /* $Id: oleauto.h,v 1.1 1999-05-24 20:19:16 ktk Exp $ */
     1/* $Id: oleauto.h,v 1.2 1999-08-22 22:15:15 sandervl Exp $ */
    22
    33#ifndef __WINE_OLEAUTO_H
     
    9696/* These are macros that help accessing the VARIANT date type.
    9797 */
    98 #ifdef __cplusplus
     98#if defined(__cplusplus) && !defined(NONAMELESSUNION)
    9999#define V_UNION(A, B)   ((A)->B)
    100100#define V_VT(A)                 ((A)->vt)
     
    481481    DISPID dispid;      /* method ID */
    482482    UINT16 iMeth;         /* method index */
    483     CALLCONV cc;        /* calling convention */
     483    CALLCONV_OLE2 cc;        /* calling convention */
    484484    UINT16 cArgs;         /* count of arguments */
    485485    WORD wFlags;        /* same wFlags as on IDispatch::Invoke() */
  • TabularUnified trunk/include/win/wtypes.h

    r260 r636  
    6262#define REFIID              const IID* const
    6363#define REFFMTID            const FMTID* const
     64//#define REFGUID             const GUID*
     65//#define REFCLSID            const CLSID*
     66//#define REFIID              const IID*
     67//#define REFFMTID            const FMTID*
     68
    6469#endif /* !defined(__cplusplus) && !defined(CINTERFACE) */
    6570
Note: See TracChangeset for help on using the changeset viewer.