IStorage32 vtable was missing 3 stub entries.

This commit is contained in:
Marcus Meissner 1998-12-24 14:24:48 +00:00 committed by Alexandre Julliard
parent 4f7d9ed1ac
commit 12af849108
1 changed files with 3 additions and 0 deletions

View File

@ -1654,6 +1654,9 @@ static ICOM_VTABLE(IStorage32) stvt32 = {
(void*)13,
(void*)14,
(void*)15,
(void*)16,
(void*)17,
(void*)18,
};
/******************************************************************************