X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDD.h;h=97ba4437b07e5f5207faf55bfee180ac63f1cd2b;hb=f3457815210ffe8646f3288be3362d34fcc7c3af;hp=c21bb815acbc080e97f3adfd9b844c934209292e;hpb=d69caf58180a7040f2da23e52ff5c2b80c9ca981;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; \