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