summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:47:46 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 14:47:46 (GMT)
commit2e782e86b145e52125d70b042223d5d1cbc022ea (patch)
tree09d5df9d7409d6433aaaca85ecf7e369070ca913 /PC
parent41f13f288fb2753b78f4845535eb3d8df3c9e976 (diff)
downloadcpython-2e782e86b145e52125d70b042223d5d1cbc022ea.zip
cpython-2e782e86b145e52125d70b042223d5d1cbc022ea.tar.gz
cpython-2e782e86b145e52125d70b042223d5d1cbc022ea.tar.bz2
Add buffer module entry points.
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def
index f56ec66..0a79bc8 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