Kaydet (Commit) 63c9d50a authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

add enumobject.c to build machinery

üst af93c4c8
...@@ -257,6 +257,9 @@ EXPORTS ...@@ -257,6 +257,9 @@ EXPORTS
"PyDict_Type" "PyDict_Type"
"PyDictIter_Type" "PyDictIter_Type"
; From python23_s.lib(enumobject)
"PyEnum_Type"
; From python23_s.lib(fileobject) ; From python23_s.lib(fileobject)
"PyFile_AsFile" "PyFile_AsFile"
"PyFile_Name" "PyFile_Name"
...@@ -536,6 +539,7 @@ EXPORTS ...@@ -536,6 +539,7 @@ EXPORTS
"PyUnicodeUCS2_Compare" "PyUnicodeUCS2_Compare"
"PyUnicodeUCS2_Contains" "PyUnicodeUCS2_Contains"
"PyUnicodeUCS2_Concat" "PyUnicodeUCS2_Concat"
"_PyUnicode_XStrip"
"PyUnicodeUCS2_Replace" "PyUnicodeUCS2_Replace"
"PyUnicodeUCS2_Split" "PyUnicodeUCS2_Split"
"PyUnicodeUCS2_Format" "PyUnicodeUCS2_Format"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment