]> Creatis software - clitk.git/blobdiff - common/clitkCommon.h
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
[clitk.git] / common / clitkCommon.h
index 11a6255955e8b2185c25b49334bd64158d58a8dc..8f9ce0f0ee20fb8ad45b48f38876fc3d993695c5 100644 (file)
 #if defined(unix) || defined(__APPLE__)
 #  include <sys/time.h>
 #  include <sys/resource.h>
-#elif defined(WIN32)
+#elif defined(_WIN32)
 #  include <windows.h>
-#endif
-
-#if ITK_VERSION_MAJOR < 4
-namespace itk
-{
-  typedef unsigned int ThreadIdType;
-}
+#  include <stdint.h>
 #endif
 
 //--------------------------------------------------------------------