Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.

This commit is contained in:
Steve Dower 2016-07-16 16:17:33 -07:00
parent 5f804e387e
commit df450d1a18
15 changed files with 868 additions and 10 deletions

6
PC/pyshellext.def Normal file
View file

@ -0,0 +1,6 @@
LIBRARY "pyshellext"
EXPORTS
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE