Staging
v0.5.1
Revision f2cbf41afc9e9a0ce16bfe0c71662348453a28c4 authored by Miss Islington (bot) on 06 July 2019, 06:37:38 UTC, committed by Ned Deily on 08 July 2019, 16:43:43 UTC

Also fix a name misspelling.
(cherry picked from commit 45bc61b97178b27ae05bd3eb95481bf0325795bb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 87a918a
Raw File
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top