mirror of https://github.com/python/cpython
SF bug #417508: 'hypot' not found with Borland C++Build.
This commit is contained in:
parent
cf96de052f
commit
7f00deb032
|
@ -153,6 +153,7 @@ Jun Hamano
|
|||
Mark Hammond
|
||||
Manus Hand
|
||||
Milton L. Hankins
|
||||
Stephen Hansen
|
||||
Barry Hantman
|
||||
Lynda Hardman
|
||||
Jason Harper
|
||||
|
|
|
@ -176,6 +176,8 @@ typedef int pid_t;
|
|||
#define HAVE_LONG_LONG 1
|
||||
#define LONG_LONG __int64
|
||||
|
||||
#undef HAVE_HYPOT
|
||||
|
||||
#else /* !_WIN32 */
|
||||
#error "Only Win32 and later are supported"
|
||||
#endif /* !_WIN32 */
|
||||
|
|
Loading…
Reference in New Issue