summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp/python.def
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-11-05 02:45:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-11-05 02:45:59 (GMT)
commit603c6831d08d8598f76e767acdd6d37227b3e9ec (patch)
tree81814cbe1ce174dfa90f5ed0177a55f570202d7f /PC/os2vacpp/python.def
parentc44403995e6fd1a55b39ca86ceb71955cbbf5e25 (diff)
downloadcpython-603c6831d08d8598f76e767acdd6d37227b3e9ec.zip
cpython-603c6831d08d8598f76e767acdd6d37227b3e9ec.tar.gz
cpython-603c6831d08d8598f76e767acdd6d37227b3e9ec.tar.bz2
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Changes enabling Python to compile under OS/2 Visual Age C++.
Diffstat (limited to 'PC/os2vacpp/python.def')
-rw-r--r--PC/os2vacpp/python.def9
1 files changed, 7 insertions, 2 deletions
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def
index 6477536..5376935 100644
--- a/PC/os2vacpp/python.def
+++ b/PC/os2vacpp/python.def
@@ -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