IExtractIcon had an extra c in a struct definition.

This commit is contained in:
Justin Bradford 1998-10-28 09:37:38 +00:00 committed by Alexandre Julliard
parent f0f4cfe5a4
commit bce6d3e728
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ typedef struct IExtractIcon_VTable
/*** IExtractIcon methods ***/
STDMETHOD(GetIconLocation)(THIS_ UINT32 uFlags, LPSTR szIconFile, UINT32 cchMax,INT32 * piIndex, UINT32 * pwFlags) PURE;
STDMETHOD(Extract)(THIS_ LPCSTR pszFile, UINT32 nIconIndex, HICON32 *phiconLarge, HICON32 *phiconSmall, UINT32 nIconSize) PURE;
}IExtractIccon_VTable,*LPEXTRACTICON_VTABLE;
}IExtractIcon_VTable,*LPEXTRACTICON_VTABLE;
struct IExtractIcon
{ LPEXTRACTICON_VTABLE lpvtbl;