X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=9eb36522004c172b9cfa6d8bb209f45821cb02f5;hb=497f4e3a54a75a1dce99ad4a94a3aaa1ea904323;hp=11a6255955e8b2185c25b49334bd64158d58a8dc;hpb=1561fae3bf0756ba34e222cd1f189aac0087c62a;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index 11a6255..9eb3652 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -38,17 +38,10 @@ #if defined(unix) || defined(__APPLE__) # include # include -#elif defined(WIN32) +#elif defined(_WIN32) # include #endif -#if ITK_VERSION_MAJOR < 4 -namespace itk -{ - typedef unsigned int ThreadIdType; -} -#endif - //-------------------------------------------------------------------- namespace clitk {