X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=3775c317f7ee3b926738de241e18032c36f9dc33;hb=aba8714645174c0c7d3c7aadf6af1832743e2971;hp=3db17d81b59fb29dbe1fe43459f8c8604ff92c07;hpb=6ab7853638f8dc05d71f7c6ce2adb4f161d863cd;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 3db17d81..3775c317 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -1,5 +1,5 @@ //gdcmCommon.h - +//----------------------------------------------------------------------------- #ifndef GDCMCOMMON_H #define GDCMCOMMON_H @@ -23,6 +23,10 @@ #pragma warning ( disable : 4284 ) #endif //_MSC_VER +// Mmmmmm ! +// It reminds me the formerly well known LibIDO's idproto.h + +//----------------------------------------------------------------------------- #ifdef __GNUC__ #ifndef HAVE_NO_STDINT_H #include @@ -71,5 +75,5 @@ enum FileType { //For now gdcm is not willing cmake, try to be more quiet //#cmakedefine GDCM_NO_ANSI_STRING_STREAM - +//----------------------------------------------------------------------------- #endif