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:
Tim Peters 2001-11-05 02:45:59 +00:00
parent c44403995e
commit 603c6831d0
7 changed files with 68 additions and 36 deletions

View file

@ -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