diff options
Diffstat (limited to 'PC/os2emx/python27.def')
-rw-r--r-- | PC/os2emx/python27.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def index d1c38dc..5477cd2 100644 --- a/PC/os2emx/python27.def +++ b/PC/os2emx/python27.def @@ -210,6 +210,19 @@ EXPORTS "PyInstance_Type" "PyMethod_Type" +; From python27_s.lib(capsule) + "PyCapsule_GetContext" + "PyCapsule_GetDestructor" + "PyCapsule_GetName" + "PyCapsule_GetPointer" + "PyCapsule_Import" + "PyCapsule_IsValid" + "PyCapsule_New" + "PyCapsule_SetContext" + "PyCapsule_SetDestructor" + "PyCapsule_SetName" + "PyCapsule_SetPointer" + ; From python27_s.lib(cobject) "PyCObject_FromVoidPtr" "PyCObject_FromVoidPtrAndDesc" |