summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
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