2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

*** empty log message ***

[SVN r9410]
This commit is contained in:
Dave Abrahams
2001-03-04 15:14:04 +00:00
parent 0b97d9bae5
commit a40daca9ef

View File

@@ -16,7 +16,8 @@
// compiler command-line.
// Revision History:
// 01 Mar 01 define PyObject_INIT() for Python 1.x
// 04 Mar 01 Rolled in some changes from the Dragon fork (Dave Abrahams)
// 01 Mar 01 define PyObject_INIT() for Python 1.x (Dave Abrahams)
#ifdef _DEBUG
# ifndef BOOST_DEBUG_PYTHON
@@ -64,6 +65,8 @@ typedef int pid_t;
# define _MSC_VER 900
# endif
# elif defined(_MSC_VER)
# include <limits> // prevents Python.h from defining LONGLONG_MAX, LONGLONG_MIN, and ULONGLONG_MAX
# endif
#endif // _WIN32