Commit 12af8491 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

IStorage32 vtable was missing 3 stub entries.

parent 4f7d9ed1
......@@ -1654,6 +1654,9 @@ static ICOM_VTABLE(IStorage32) stvt32 = {
(void*)13,
(void*)14,
(void*)15,
(void*)16,
(void*)17,
(void*)18,
};
/******************************************************************************
......
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