Commit 59e058ab authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

storage.dll16: Remove unused struct declaration.

parent 565a6665
......@@ -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]
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment