Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / patches / metis-5.1.0_windows.patch
1 --- metis_ref/GKlib/gk_arch.h
2 +++ metis/GKlib/gk_arch.h
3 @@ -58,7 +58,7 @@
4  #define PTRDIFF_MAX  INT64_MAX
5  #endif
6  
7 -#ifdef __MSC__
8 +#if defined(__MSC__) && !defined(WIN32)
9  /* MSC does not have rint() function */
10  #define rint(x) ((int)((x)+0.5))  
11