Staging
v0.5.1
https://github.com/python/cpython
Revision 44c1b62939a6192776dc9d093546154044cb2ecb authored by Steve Dower on 26 September 2017, 13:00:28 UTC, committed by larryhastings on 26 September 2017, 13:00:28 UTC
* bpo-31170: Fix inclusion of expat in Windows build projects.

* Fixes line endings
1 parent f2492bb
Raw File
Tip revision: 44c1b62939a6192776dc9d093546154044cb2ecb authored by Steve Dower on 26 September 2017, 13:00:28 UTC
[3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751)
Tip revision: 44c1b62
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