IStorage32 vtable was missing 3 stub entries.
This commit is contained in:
parent
4f7d9ed1ac
commit
12af849108
|
@ -1654,6 +1654,9 @@ static ICOM_VTABLE(IStorage32) stvt32 = {
|
|||
(void*)13,
|
||||
(void*)14,
|
||||
(void*)15,
|
||||
(void*)16,
|
||||
(void*)17,
|
||||
(void*)18,
|
||||
};
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue