mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add some symbols. Remove the LIBRARY statement at the top (and the
commented-out CODE/DATA statements).
This commit is contained in:
parent
e593b6213a
commit
3d9a0585e1
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
LIBRARY Python15.dll
|
||||
;CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
;DATA PRELOAD SINGLE
|
||||
|
||||
EXPORTS
|
||||
PyCFunction_Type DATA
|
||||
PyCObject_Type DATA
|
||||
|
@ -155,6 +151,8 @@ EXPORTS
|
|||
PyGrammar_LabelRepr
|
||||
PyImport_AddModule
|
||||
PyImport_Cleanup
|
||||
PyImport_ExtendInittab
|
||||
PyImport_AppendInittab
|
||||
PyImport_GetMagicNumber
|
||||
PyImport_GetModuleDict
|
||||
PyImport_Import
|
||||
|
@ -307,6 +305,8 @@ EXPORTS
|
|||
PySys_SetArgv
|
||||
PySys_SetObject
|
||||
PySys_SetPath
|
||||
PySys_WriteStdout
|
||||
PySys_WriteStderr
|
||||
PyThreadState_Clear
|
||||
PyThreadState_Delete
|
||||
PyThreadState_Get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue