summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2014-08-28 09:34:07 +0000
committerIan MacArthur <imacarthur@gmail.com>2014-08-28 09:34:07 +0000
commit0c90a7b7f42d09ec8f9560abd31cf8ccb5a5b454 (patch)
treefd4dd5b6146b67d06be8a09d2d4cd3994ef8ac83
parent9c583c5bbcf527f2b54cce07cf409bc4c0f62414 (diff)
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
-rw-r--r--FL/fl_utf8.h2
1 files changed, 0 insertions, 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