mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
SF bug #417508: 'hypot' not found with Borland C++Build.
This commit is contained in:
parent
cf96de052f
commit
7f00deb032
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue