From 251c9fc60a7dafb7992410db53aa181cabbb34c9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 19 Jun 1998 19:24:08 +0000 Subject: Added Py_{Get,Set}PythonHome. --- PC/python_nt.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PC/python_nt.def b/PC/python_nt.def index 3b7496f..edf6d87 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -358,6 +358,7 @@ EXPORTS Py_GetPrefix Py_GetProgramFullPath Py_GetProgramName + Py_GetPythonHome Py_GetVersion Py_InitModule4 Py_Initialize @@ -367,6 +368,7 @@ EXPORTS Py_NewInterpreter Py_Realloc Py_SetProgramName + Py_SetPythonHome Py_VaBuildValue _PyObject_New _PyObject_NewVar -- cgit v0.12