From 932c06e4ff78a095df7a5e2678b8c0da7ad74b45 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 5 Sep 1996 15:56:23 +0000 Subject: [PATCH] Added PyMarshal functions --- PC/python_nt.def | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PC/python_nt.def b/PC/python_nt.def index cbb965ba98f..29299e46366 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -337,6 +337,11 @@ EXPORTS Py_GetProgramName PySlice_New PySlice_GetIndices + PyMarshal_WriteLongToFile + PyMarshal_WriteObjectToFile + PyMarshal_ReadLongFromFile + PyMarshal_ReadObjectFromFile + PyMarshal_ReadObjectFromString _Py_c_pow _Py_c_quot _Py_c_neg