From: Guido van Rossum Date: Fri, 15 May 1998 20:04:21 +0000 (+0000) Subject: Add some symbols. Remove the LIBRARY statement at the top (and the X-Git-Tag: v1.5.2a1~618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d9a0585e1e32c1e6a358b9fdec8826eda7b44fd;p=python Add some symbols. Remove the LIBRARY statement at the top (and the commented-out CODE/DATA statements). --- diff --git a/PC/python_nt.def b/PC/python_nt.def index 81491610ea..6bb5a4bdd4 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