From: Martin v. Löwis Date: Sat, 23 Jun 2012 17:56:19 +0000 (+0200) Subject: Issue #15150: regenerate python3stub.def. X-Git-Tag: v3.3.0b1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1641cea02b036b0a43b68f85bafa5b7e5a4ab97b;p=thirdparty%2FPython%2Fcpython.git Issue #15150: regenerate python3stub.def. --- diff --git a/PC/python3.mak b/PC/python3.mak index aa5bd0270c39..2ec918582f1b 100644 --- a/PC/python3.mak +++ b/PC/python3.mak @@ -1,4 +1,4 @@ -$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib +$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib $(OutDir)python33stub.lib: python33stub.def diff --git a/PC/python33stub.def b/PC/python33stub.def index 6e4ed9fb2ef9..20a5868127c6 100644 --- a/PC/python33stub.def +++ b/PC/python33stub.def @@ -471,6 +471,8 @@ PySlice_New PySlice_Type PySortWrapper_Type PyState_FindModule +PyState_AddModule +PyState_RemoveModule PyStructSequence_GetItem PyStructSequence_New PyStructSequence_NewType