diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-07-23 15:02:02 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-07-23 15:02:02 (GMT) |
commit | edddc2704ceecdb9a2584b36a8ad00368d19d232 (patch) | |
tree | b86abb403c33c057010da3415246d1518e4fc016 /PC/pyshellext.def | |
parent | f96c84f6e5cd4a141a0b20165834b4430df49d18 (diff) | |
parent | df450d1a18ba668874a2353a3870ba99c4848a75 (diff) | |
download | cpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.zip cpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.tar.gz cpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.tar.bz2 |
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
Diffstat (limited to 'PC/pyshellext.def')
-rw-r--r-- | PC/pyshellext.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/pyshellext.def b/PC/pyshellext.def new file mode 100644 index 0000000..5424bd1 --- /dev/null +++ b/PC/pyshellext.def @@ -0,0 +1,6 @@ +LIBRARY "pyshellext" +EXPORTS + DllRegisterServer PRIVATE + DllUnregisterServer PRIVATE + DllGetClassObject PRIVATE + DllCanUnloadNow PRIVATE |