SF bug #417508: 'hypot' not found with Borland C++Build.

This commit is contained in:
Tim Peters 2001-04-21 03:20:47 +00:00
parent cf96de052f
commit 7f00deb032
2 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,7 @@ Jun Hamano
Mark Hammond Mark Hammond
Manus Hand Manus Hand
Milton L. Hankins Milton L. Hankins
Stephen Hansen
Barry Hantman Barry Hantman
Lynda Hardman Lynda Hardman
Jason Harper Jason Harper

View File

@ -176,6 +176,8 @@ typedef int pid_t;
#define HAVE_LONG_LONG 1 #define HAVE_LONG_LONG 1
#define LONG_LONG __int64 #define LONG_LONG __int64
#undef HAVE_HYPOT
#else /* !_WIN32 */ #else /* !_WIN32 */
#error "Only Win32 and later are supported" #error "Only Win32 and later are supported"
#endif /* !_WIN32 */ #endif /* !_WIN32 */