X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDir.cxx;h=f61ae1b54ca330b237630d378b059a3543bf9adb;hb=e8cd982edb78da16b0ca42d09a5a7943e48587ef;hp=b7f4cb00d04bfa18f3376856c1c2f893daaad918;hpb=559c3639fc5b255b36a951f352db1addead9f78f;p=gdcm.git diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index b7f4cb00..f61ae1b5 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2004/11/03 20:52:13 $ - Version: $Revision: 1.77 $ + Date: $Date: 2004/11/09 22:15:36 $ + Version: $Revision: 1.79 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -34,7 +34,7 @@ #include #include -#ifdef _MSC_VER +#if defined( _MSC_VER) || defined(__BORLANDC__) #include #else #include @@ -775,7 +775,7 @@ void DicomDir::CreateDicomDir() return; } - DicomDirType type = DicomDir::GDCM_DICOMDIR_META; + DicomDirType type; // = DicomDir::GDCM_DICOMDIR_META; MetaElems = NewMeta(); ListSQItem listItems = s->GetSQItems();