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
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 */
......
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