storage.dll16: Remove unused struct declaration.
This commit is contained in:
parent
565a66654c
commit
59e058ab20
|
@ -1608,20 +1608,6 @@ static void _create_istream16(LPSTREAM16 *str) {
|
|||
}
|
||||
|
||||
|
||||
/* --- IStream32 implementation */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* IUnknown fields */
|
||||
const IStreamVtbl *lpVtbl;
|
||||
LONG ref;
|
||||
/* IStream32 fields */
|
||||
struct storage_pps_entry stde;
|
||||
int ppsent;
|
||||
HANDLE hf;
|
||||
ULARGE_INTEGER offset;
|
||||
} IStream32Impl;
|
||||
|
||||
/******************************************************************************
|
||||
* IStorage16_QueryInterface [STORAGE.500]
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue