Ignore:
Timestamp:
Aug 10, 2001, 9:30:13 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include/win/wine
Files:
2 edited

Legend:

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

    r4833 r6508  
    100100        CC_MPWPASCAL  = CC_MPWCDECL + 1,
    101101        CC_MAX    = CC_MPWPASCAL + 1
    102 } CALLCONV_OLE2;
     102} CALLCONV;
    103103
    104104typedef CY CURRENCY;
     
    361361        FUNCKIND funckind;
    362362        INVOKEKIND invkind;
    363         CALLCONV_OLE2 callconv;
     363        CALLCONV callconv;
    364364        SHORT cParams;
    365365        SHORT cParamsOpt;
  • trunk/include/win/wine/obj_picture.h

    r641 r6508  
    1 /* $Id: obj_picture.h,v 1.5 1999-08-22 22:52:09 sandervl Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to OLE picture support.
     
    2524typedef LONG OLE_YSIZE_HIMETRIC;
    2625
     26typedef enum tagPicture { /* bitmasks */
     27    PICTURE_SCALABLE    = 0x1,
     28    PICTURE_TRANSPARENT = 0x2
     29} PICTUREATTRIBUTES;
    2730
    2831
Note: See TracChangeset for help on using the changeset viewer.