Staging
v0.8.1
Revision 19b42fe97cc15ff123f7ccb61a26fed817e850f7 authored by Miss Islington (bot) on 09 March 2018, 21:40:39 UTC, committed by Brett Cannon on 09 March 2018, 21:40:39 UTC
(cherry picked from commit f7a6ff6fcab32a53f262ba3f8a072c27afc330d7)

Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
1 parent b316c44
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