Commit c5393444 authored by Tim Peters's avatar Tim Peters

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

parent 50eb0244
...@@ -153,6 +153,7 @@ Jun Hamano ...@@ -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
......
...@@ -176,6 +176,8 @@ typedef int pid_t; ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment