diff options
author | Guido van Rossum <guido@python.org> | 1998-05-15 20:04:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-15 20:04:21 (GMT) |
commit | 3d9a0585e1e32c1e6a358b9fdec8826eda7b44fd (patch) | |
tree | 1944893b271e5f17b657a4bc9f463400fdef12ec /PC/python_nt.def | |
parent | e593b6213a5121d7908261813ea9f9f76cc67eda (diff) | |
download | cpython-3d9a0585e1e32c1e6a358b9fdec8826eda7b44fd.zip cpython-3d9a0585e1e32c1e6a358b9fdec8826eda7b44fd.tar.gz cpython-3d9a0585e1e32c1e6a358b9fdec8826eda7b44fd.tar.bz2 |
Add some symbols. Remove the LIBRARY statement at the top (and the
commented-out CODE/DATA statements).
Diffstat (limited to 'PC/python_nt.def')
-rw-r--r-- | PC/python_nt.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index 8149161..6bb5a4b 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -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 |