Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f00deb

Browse files
committed
SF bug #417508: 'hypot' not found with Borland C++Build.
1 parent cf96de0 commit 7f00deb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Jun Hamano
153153
Mark Hammond
154154
Manus Hand
155155
Milton L. Hankins
156+
Stephen Hansen
156157
Barry Hantman
157158
Lynda Hardman
158159
Jason Harper

PC/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ typedef int pid_t;
176176
#define HAVE_LONG_LONG 1
177177
#define LONG_LONG __int64
178178

179+
#undef HAVE_HYPOT
180+
179181
#else /* !_WIN32 */
180182
#error "Only Win32 and later are supported"
181183
#endif /* !_WIN32 */

0 commit comments

Comments
 (0)