summaryrefslogtreecommitdiff
path: root/PC/pyshellext.idl
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
commitdf450d1a18ba668874a2353a3870ba99c4848a75 (patch)
tree93d41ac47ec98cfe8d8fe1cc5488efe36aef2ed5 /PC/pyshellext.idl
parent5f804e387ebc70effb61dc124f52acef357471b3 (diff)
downloadcpython-git-df450d1a18ba668874a2353a3870ba99c4848a75.tar.gz
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
Diffstat (limited to 'PC/pyshellext.idl')
-rw-r--r--PC/pyshellext.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/PC/pyshellext.idl b/PC/pyshellext.idl
new file mode 100644
index 0000000000..c0a183876a
--- /dev/null
+++ b/PC/pyshellext.idl
@@ -0,0 +1,12 @@
+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;
+ }
+}; \ No newline at end of file