mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Changes enabling Python to compile under OS/2 Visual Age C++.
This commit is contained in:
parent
c44403995e
commit
603c6831d0
7 changed files with 68 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
LIBRARY PYTHON15 INITINSTANCE TERMINSTANCE
|
||||
DESCRIPTION 'Python 1.5 Core DLL'
|
||||
LIBRARY PYTHON22 INITINSTANCE TERMINSTANCE
|
||||
DESCRIPTION 'Python 2.2 Core DLL'
|
||||
PROTMODE
|
||||
DATA MULTIPLE NONSHARED
|
||||
|
||||
|
|
@ -472,4 +472,9 @@ EXPORTS
|
|||
_Py_re_search
|
||||
_Py_re_set_syntax
|
||||
; _Py_samebitset
|
||||
PyBuffer_Type
|
||||
PyBuffer_FromObject
|
||||
PyBuffer_FromMemory
|
||||
PyBuffer_FromReadWriteMemory
|
||||
PyBuffer_New
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue