X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=8f9ce0f0ee20fb8ad45b48f38876fc3d993695c5;hb=cb4bdfed13b79735336f2e087a0b9372610aac06;hp=11a6255955e8b2185c25b49334bd64158d58a8dc;hpb=a6957c4825e83c61b977ec316dd841878617ffbd;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 //--------------------------------------------------------------------