From 0c90a7b7f42d09ec8f9560abd31cf8ccb5a5b454 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Thu, 28 Aug 2014 09:34:07 +0000 Subject: Remove macros that (re)define hypot from fl_utf8.h, when building on a WIN32 host. I am not sure why these were here, but on one of my (very) non-standard configurations this was causing the build to fail. After some discussion on fltk.dev, we decided to removed them since no one thinks they are needed (please tell me if it turns out that the are!) Note: that discussion also considered whether the other (re)defines in that file, e.g. for stricmp and strnicmp and others were useful; I have left these in place for now, though I beleieve they are not needed nor useful. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10259 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/fl_utf8.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index ec82dbded..718797062 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -49,8 +49,6 @@ # define stricmp _stricmp # undef strnicmp # define strnicmp _strnicmp -# undef hypot -# define hypot _hypot # undef chdir # define chdir _chdir # endif -- cgit v1.2.3