From 2e782e86b145e52125d70b042223d5d1cbc022ea Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Oct 1998 14:47:46 +0000 Subject: [PATCH] Add buffer module entry points. --- PC/python_nt.def | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PC/python_nt.def b/PC/python_nt.def index f56ec66a716..0a79bc87370 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