diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index cbb965b..29299e4 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 |