Changeset 4033 for trunk/include/win/wine/obj_extracticon.h
- Timestamp:
- Aug 18, 2000, 4:04:23 AM (25 years ago)
- 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 sandervlExp $ */1 /* $Id: obj_extracticon.h,v 1.6 2000-08-18 02:04:18 phaller Exp $ */ 2 2 /************************************************************ 3 3 * IExtractIconA … … 15 15 #endif /* defined(__cplusplus) */ 16 16 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) 19 18 typedef struct IExtractIconA IExtractIconA,*LPEXTRACTICONA; 19 #define LPEXTRACTION_WINELIB_NAME_AW(LPEXTRACTICON) 20 20 21 21 /* GetIconLocation() input flags*/
Note:
See TracChangeset
for help on using the changeset viewer.