https://github.com/python/cpython
Raw File
Tip revision: 8d999cbf4adea053be6dbb612b9844635c4dfb8e authored by Ned Deily on 28 December 2021, 07:08:54 UTC
Update REAME and Docs sidebar for EOL
Tip revision: 8d999cb
pyshellext_d.def
LIBRARY	"pyshellext_d"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top