diff options
Diffstat (limited to 'PC/python3.def')
-rw-r--r-- | PC/python3.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index f16afca..d726525 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -691,3 +691,9 @@ EXPORTS _Py_SwappedOp=python33._Py_SwappedOp DATA _Py_TrueStruct=python33._Py_TrueStruct DATA _Py_VaBuildValue_SizeT=python33._Py_VaBuildValue_SizeT + _PyArg_Parse_SizeT=python33._PyArg_Parse_SizeT + _PyArg_ParseTuple_SizeT=python33._PyArg_ParseTuple_SizeT + _PyArg_ParseTupleAndKeywords_SizeT=python33._PyArg_ParseTupleAndKeywords_SizeT + _PyArg_VaParse_SizeT=python33._PyArg_VaParse_SizeT + _PyArg_VaParseTupleAndKeywords_SizeT=python33._PyArg_VaParseTupleAndKeywords_SizeT + _Py_BuildValue_SizeT=python33._Py_BuildValue_SizeT |