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_extracticon.h

    r641 r4033  
    1 /* $Id: obj_extracticon.h,v 1.5 1999-08-22 22:52:07 sandervl Exp $ */
     1/* $Id: obj_extracticon.h,v 1.6 2000-08-18 02:04:18 phaller Exp $ */
    22/************************************************************
    33 *    IExtractIconA
     
    1515#endif /* defined(__cplusplus) */
    1616
    17 DEFINE_SHLGUID(IID_IExtractIconA,       0x000214EBL, 0, 0);
    18 DEFINE_SHLGUID(IID_IExtractIconW,       0x000214FAL, 0, 0);
     17#define IID_IExtractIcon WINELIB_NAME_AW(IID_IExtractIcon)
    1918typedef struct IExtractIconA IExtractIconA,*LPEXTRACTICONA;
     19#define LPEXTRACTION_WINELIB_NAME_AW(LPEXTRACTICON)
    2020
    2121/* GetIconLocation() input flags*/
Note: See TracChangeset for help on using the changeset viewer.