Commit 3d9a0585 authored by Guido van Rossum's avatar Guido van Rossum

Add some symbols. Remove the LIBRARY statement at the top (and the

commented-out CODE/DATA statements).
parent e593b621
LIBRARY Python15.dll
;CODE PRELOAD MOVEABLE DISCARDABLE
;DATA PRELOAD SINGLE
EXPORTS EXPORTS
PyCFunction_Type DATA PyCFunction_Type DATA
PyCObject_Type DATA PyCObject_Type DATA
...@@ -155,6 +151,8 @@ EXPORTS ...@@ -155,6 +151,8 @@ EXPORTS
PyGrammar_LabelRepr PyGrammar_LabelRepr
PyImport_AddModule PyImport_AddModule
PyImport_Cleanup PyImport_Cleanup
PyImport_ExtendInittab
PyImport_AppendInittab
PyImport_GetMagicNumber PyImport_GetMagicNumber
PyImport_GetModuleDict PyImport_GetModuleDict
PyImport_Import PyImport_Import
...@@ -307,6 +305,8 @@ EXPORTS ...@@ -307,6 +305,8 @@ EXPORTS
PySys_SetArgv PySys_SetArgv
PySys_SetObject PySys_SetObject
PySys_SetPath PySys_SetPath
PySys_WriteStdout
PySys_WriteStderr
PyThreadState_Clear PyThreadState_Clear
PyThreadState_Delete PyThreadState_Delete
PyThreadState_Get PyThreadState_Get
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment