diff options
Diffstat (limited to 'PC/python3.def')
| -rw-r--r-- | PC/python3.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index 54b288f..0c9e25c 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -471,6 +471,8 @@ EXPORTS PySlice_Type=python33.PySlice_Type DATA PySortWrapper_Type=python33.PySortWrapper_Type DATA PyState_FindModule=python33.PyState_FindModule + PyState_AddModule=python33.PyState_AddModule + PyState_RemoveModule=python33.PyState_RemoveModule PyStructSequence_GetItem=python33.PyStructSequence_GetItem PyStructSequence_New=python33.PyStructSequence_New PyStructSequence_NewType=python33.PyStructSequence_NewType |
