mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
This commit is contained in:
parent
5f804e387e
commit
df450d1a18
15 changed files with 868 additions and 10 deletions
6
PC/pyshellext.def
Normal file
6
PC/pyshellext.def
Normal file
|
@ -0,0 +1,6 @@
|
|||
LIBRARY "pyshellext"
|
||||
EXPORTS
|
||||
DllRegisterServer PRIVATE
|
||||
DllUnregisterServer PRIVATE
|
||||
DllGetClassObject PRIVATE
|
||||
DllCanUnloadNow PRIVATE
|
Loading…
Add table
Add a link
Reference in a new issue