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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e782e86b145e52125d70b042223d5d1cbc022ea;p=python Add buffer module entry points. --- diff --git a/PC/python_nt.def b/PC/python_nt.def index f56ec66a71..0a79bc8737 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