Ignore:
Timestamp:
Aug 18, 2000, 4:04:23 AM (25 years ago)
Author:
phaller
Message:

Shell32 update to WINE

File:
1 edited

Legend:

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

    r641 r4033  
    1 /* $Id: obj_shellextinit.h,v 1.5 1999-08-22 22:52:10 sandervl Exp $ */
     1/* $Id: obj_shellextinit.h,v 1.6 2000-08-18 02:04:20 phaller Exp $ */
    22/************************************************************
    33 *    IShellExtInit
     
    1717
    1818typedef struct  IShellExtInit IShellExtInit, *LPSHELLEXTINIT;
    19 DEFINE_SHLGUID(IID_IShellExtInit,       0x000214E8L, 0, 0);
    2019
    2120#define ICOM_INTERFACE IShellExtInit
     
    2928
    3029#ifdef ICOM_CINTERFACE
     30/*** IUnknown methods ***/
    3131#define IShellExtInit_QueryInterface(p,a,b)     ICOM_CALL2(QueryInterface,p,a,b)
    3232#define IShellExtInit_AddRef(p)                 ICOM_CALL(AddRef,p)
    3333#define IShellExtInit_Release(p)                ICOM_CALL(Release,p)
     34/*** IShellExtInit methods ***/
    3435#define IShellExtInit_Initialize(p,a,b,c)       ICOM_CALL3(Initialize,p,a,b,c)
    3536#endif
Note: See TracChangeset for help on using the changeset viewer.