Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/3690
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 18, 2021
1 parent b72dbd1 commit c322ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/magick-type.h
Expand Up @@ -183,7 +183,7 @@ typedef enum
The macros are thus is only true if the value given is NaN.
*/
#if defined(MAGICKCORE_HAVE_ISNAN)
#if defined(MAGICKCORE_HAVE_ISNAN) && !defined(__cplusplus) && !defined(c_plusplus)
# define IsNaN(a) isnan(a)
#elif defined(_MSC_VER) && (_MSC_VER >= 1310)
# include <float.h>
Expand Down

0 comments on commit c322ab1

Please sign in to comment.