X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDD.h;h=97ba4437b07e5f5207faf55bfee180ac63f1cd2b;hb=6b4b09fa7a8773224348219c5adeb72bcdee4b6d;hp=c21bb815acbc080e97f3adfd9b844c934209292e;hpb=4db6b30d5a0c5b238c5561360265884c5e982df8;p=clitk.git diff --git a/common/clitkDD.h b/common/clitkDD.h index c21bb81..97ba443 100644 --- a/common/clitkDD.h +++ b/common/clitkDD.h @@ -19,12 +19,12 @@ #define clitkDD_h #include -#ifdef WIN32 +#ifdef _WIN32 # include #endif // David's debug -#ifdef WIN32 +#ifdef _WIN32 # define DD(a) { \ std::ostringstream ossDD; \ ossDD << #a " = [ " << a << " ]" << std::endl; \