diff options
author | Guido van Rossum <guido@python.org> | 1997-05-22 20:45:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-22 20:45:01 (GMT) |
commit | 39ed1c35e5df0e5d02402b966ef208412205e2bd (patch) | |
tree | bfa64ff5a0fad7e30db1ed59e428250119c2515f /PC/python_nt.def | |
parent | 36f3502151e2bd796f5688171df00c3f3498dfd8 (diff) | |
download | cpython-39ed1c35e5df0e5d02402b966ef208412205e2bd.zip cpython-39ed1c35e5df0e5d02402b966ef208412205e2bd.tar.gz cpython-39ed1c35e5df0e5d02402b966ef208412205e2bd.tar.bz2 |
Added Py_GetProgramFullPath
Diffstat (limited to 'PC/python_nt.def')
-rw-r--r-- | PC/python_nt.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index 61c03d8..2915439 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -316,6 +316,7 @@ EXPORTS Py_GetPath Py_GetExecPrefix Py_GetPrefix + Py_GetProgramFullPath Py_GetProgramName PySlice_New PySlice_GetIndices |