]> Creatis software - clitk.git/blob - common/clitkPortability.h
More MSVC stuff
[clitk.git] / common / clitkPortability.h
1 #ifndef CLITKPORTABILITY_H
2 #define CLITKPORTABILITY_H
3   
4 #if defined(WIN32)
5 #  define rint(x)  floor(x+0.5)
6 #  define lrint(x) (long)rint(x) 
7 #  define _USE_MATH_DEFINES
8 #endif
9
10 #endif /* end #define CLITKPORTABILITY_H */