Added PyMarshal functions
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 @@
 	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