summaryrefslogtreecommitdiff
path: root/PC/pyshellext.def
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
commitc1919a05accdc9118e93f3377e0e7c2df318aab6 (patch)
treed702458849f972708fe6ec025b2a942060dd71b7 /PC/pyshellext.def
parentdb99704329c4e23382973b24add84004a4414d7d (diff)
downloadcpython-c1919a05accdc9118e93f3377e0e7c2df318aab6.tar.gz
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.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/pyshellext.def b/PC/pyshellext.def
new file mode 100644
index 0000000000..5424bd1180
--- /dev/null
+++ b/PC/pyshellext.def
@@ -0,0 +1,6 @@
+LIBRARY "pyshellext"
+EXPORTS
+ DllRegisterServer PRIVATE
+ DllUnregisterServer PRIVATE
+ DllGetClassObject PRIVATE
+ DllCanUnloadNow PRIVATE