Define HAVE_ISINF for Visual Studio >= 2013

isinf is defined in Visual Studio since version 2013.
This commit is contained in:
Silvio Traversaro 2020-11-10 23:02:43 +01:00 committed by Hiroshi SHIBATA
parent 2230ac4a28
commit 26a3de0dfd
Notes: git 2024-09-20 03:20:46 +00:00

View File

@ -863,6 +863,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define HAVE_STRCHR 1
#define HAVE_STRSTR 1
#define HAVE_FLOCK 1
!if $(MSC_VER) >= 1800
#define HAVE_ISINF 1
!endif
#define HAVE_ISNAN 1
#define HAVE_FINITE 1
!if $(RT_VER) >= 120