Skip to content

Commit

Permalink
Fix compile issue on latest version of MSVC by getting rid of some no…
Browse files Browse the repository at this point in the history
… longer needed defines
  • Loading branch information
wcjohns committed Sep 6, 2024
1 parent bd83620 commit 9de2772
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions InterSpec/InterSpec_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@

#cmakedefine LEAFLET_MAPS_KEY "@LEAFLET_MAPS_KEY@"

#if ( defined(WIN32) || defined(UNDER_CE) || defined(_WIN32) || defined(WIN64) )
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#define isnan(x) _isnan(x)
#define isinf(x) (!_finite(x))
#endif

#ifndef IsInf
#define IsInf(x) (std::isinf)(x)
Expand Down

0 comments on commit 9de2772

Please sign in to comment.