https://github.com/python/cpython
Raw File
Tip revision: 00f39c15a13377f3920c72267b2b78a043d9b8ab authored by Filip Bengtsson on 03 December 2018, 19:33:24 UTC
Fix typo
Tip revision: 00f39c1
pyshellext_d.def
LIBRARY	"pyshellext_d"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top