Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f13f2 commit 2e782e8Copy full SHA for 2e782e8
1 file changed
PC/python_nt.def
@@ -1,4 +1,5 @@
1
EXPORTS
2
+ PyBuffer_Type DATA
3
PyCFunction_Type DATA
4
PyCObject_Type DATA
5
PyClass_Type DATA
@@ -78,6 +79,11 @@ EXPORTS
78
79
PyArg_ParseTuple
80
PyArg_ParseTupleAndKeywords
81
PyArg_VaParse
82
+ PyBuffer_FromMemory
83
+ PyBuffer_FromObject
84
+ PyBuffer_FromReadWriteMemory
85
+ PyBuffer_FromReadWriteObject
86
+ PyBuffer_New
87
PyCFunction_Fini
88
PyCFunction_GetFlags
89
PyCFunction_GetFunction
0 commit comments