From: Guido van Rossum Date: Wed, 7 Oct 1998 14:47:46 +0000 (+0000) Subject: Add buffer module entry points. X-Git-Tag: v1.5.2a2~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e782e86b145e52125d70b042223d5d1cbc022ea;p=thirdparty%2FPython%2Fcpython.git Add buffer module entry points. --- diff --git a/PC/python_nt.def b/PC/python_nt.def index f56ec66a716d..0a79bc873705 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -1,4 +1,5 @@ EXPORTS + PyBuffer_Type DATA PyCFunction_Type DATA PyCObject_Type DATA PyClass_Type DATA @@ -78,6 +79,11 @@ EXPORTS PyArg_ParseTuple PyArg_ParseTupleAndKeywords PyArg_VaParse + PyBuffer_FromMemory + PyBuffer_FromObject + PyBuffer_FromReadWriteMemory + PyBuffer_FromReadWriteObject + PyBuffer_New PyCFunction_Fini PyCFunction_GetFlags PyCFunction_GetFunction