Staging
v0.8.1
https://github.com/python/cpython
Revision 10dabbf8d2c1c929f6ac395e19c64b361bd58fdd authored by Miss Islington (bot) on 09 April 2020, 18:55:00 UTC, committed by GitHub on 09 April 2020, 18:55:00 UTC
(cherry picked from commit ac2cfe6631b77a2005d8f16f034dbb6154f04ab2)

Co-authored-by: Jimmy Yang <codingExpert123@gmail.com>
1 parent cd8e1da
Raw File
Tip revision: 10dabbf8d2c1c929f6ac395e19c64b361bd58fdd authored by Miss Islington (bot) on 09 April 2020, 18:55:00 UTC
Remove extraneous ')' in abstract.h (GH-19146) (#19451)
Tip revision: 10dabbf
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