X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=5647a486f3ab2d61b46ce586e5fb786057394fc9;hb=4a07b1470f68d316f570fef1f07b9f9c77e90ee1;hp=07d0eec61f12d68e0d6674fcd27be53dcd5f7078;hpb=5a6910a313a526514242a21b868c7186fca14168;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 07d0eec6..5647a486 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -1,5 +1,5 @@ //gdcmCommon.h - +//----------------------------------------------------------------------------- #ifndef GDCMCOMMON_H #define GDCMCOMMON_H @@ -26,6 +26,7 @@ // Mmmmmm ! // It reminds me the formerly well known LibIDO's idproto.h +//----------------------------------------------------------------------------- #ifdef __GNUC__ #ifndef HAVE_NO_STDINT_H #include @@ -68,10 +69,12 @@ enum FileType { ExplicitVR, ImplicitVR, ACR, - ACR_LIBIDO + ACR_LIBIDO, + DICOMDIR }; //For now gdcm is not willing cmake, try to be more quiet //#cmakedefine GDCM_NO_ANSI_STRING_STREAM +//----------------------------------------------------------------------------- #endif