X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=8f9ce0f0ee20fb8ad45b48f38876fc3d993695c5;hb=20f9a906dc7d6e3c9a69f582f9d96d1e4e4131b8;hp=11a6255955e8b2185c25b49334bd64158d58a8dc;hpb=1561fae3bf0756ba34e222cd1f189aac0087c62a;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index 11a6255..8f9ce0f 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -38,15 +38,9 @@ #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; -} +# include #endif //--------------------------------------------------------------------