[shell32_apitest]

- CLSID_ShellFSFolder should also export IID_IStorage

svn path=/trunk/; revision=60866
This commit is contained in:
Giannis Adamopoulos 2013-11-05 09:28:05 +00:00
parent 60dada364b
commit 1f18e732a8
3 changed files with 6 additions and 0 deletions

View file

@ -304,6 +304,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
{ -0x8, &CLSID_ShellDesktop },
{ -0x8, &IID_IObjectWithSite },
{ 0x0, &IID_IUnknown },
{ 0x4, &IID_IStorage },
{ 0x8, &IID_IPersistFolder2 },
{ 0x8, &IID_IPersistFolder },
{ 0x8, &IID_IPersist },
@ -325,6 +326,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
{ 0x18, &IID_IPersistFolder2 },
{ 0x18, &IID_IPersistFolder },
{ 0x18, &IID_IPersist },
{ 0x1c, &IID_IStorage },
{ 0x2c, &IID_IContextMenuCB },
{ 0x34, &IID_IOleCommandTarget },
}