Chris Eibl
e82c2ca2a5
GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)
...
fix unused warnings in pyshellext.cpp
2025-03-15 18:55:00 +00:00
Nikita Nemkin
bbf36e8903
bpo-41070: Simplify pyshellext.dll build (GH-21037)
...
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
2020-06-24 00:32:23 +01:00
Zackery Spytz
f6c8007a29
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
...
The GlobalLock() call in UpdateDropDescription() was not checked for
failure.
https://bugs.python.org/issue34770
2018-09-24 21:25:23 -07:00
Steve Dower
df450d1a18
Issue #27469 : Adds a shell extension to the launcher so that drag and drop works correctly.
2016-07-16 16:17:33 -07:00