summaryrefslogtreecommitdiffstats
path: root/PC/pyshellext.def
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41070: Simplify pyshellext.dll build (GH-21037)Nikita Nemkin2020-06-231-1/+0
| | | | | Replace MIDL-generated file with manual GUID definition. Use the same .def file for release and debug builds. Update setup build to support latest toolset
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-161-0/+6
works correctly.