From c30175e5dfc83c42eba93614ce7c084236f348a9 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 24 Jan 2010 12:57:19 +0000 Subject: Remap hypot to _hypot. Make sure the strdup prototype is included. --- libXfont/src/bitmap/bitscale.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libXfont/src/bitmap') diff --git a/libXfont/src/bitmap/bitscale.c b/libXfont/src/bitmap/bitscale.c index a4d991d3b..1ef21c336 100644 --- a/libXfont/src/bitmap/bitscale.c +++ b/libXfont/src/bitmap/bitscale.c @@ -60,6 +60,10 @@ from The Open Group. #define MAX(a,b) (((a)>(b)) ? a : b) #endif +#ifdef _MSC_VER +#define hypot _hypot +#endif + /* Should get this from elsewhere */ extern unsigned long serverGeneration; -- cgit v1.2.3