Revision 33aeb1736dad53881807bde017798b8be312cf14 authored by Andrés Delfino on 07 November 2018, 18:12:12 UTC, committed by Miss Islington (bot) on 07 November 2018, 18:12:27 UTC
(cherry picked from commit bfe1839aa994f0d84471254418a4ecfa7c7c9b9c)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 0d9896d
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