]> Creatis software - gdcm.git/commitdiff
BUG: Doh this one should not be changed. The reading of file should remain fully...
authormalaterre <malaterre>
Fri, 11 Feb 2005 20:48:49 +0000 (20:48 +0000)
committermalaterre <malaterre>
Fri, 11 Feb 2005 20:48:49 +0000 (20:48 +0000)
src/gdcmUtil.cxx

index 467777c5609f6510fc822a497a4c7f0680ed63cc..8825cb97d9f3cab91337203be6c3e79d7eaa2d12 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/11 20:04:08 $
-  Version:   $Revision: 1.138 $
+  Date:      $Date: 2005/02/11 20:48:49 $
+  Version:   $Revision: 1.139 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -351,7 +351,7 @@ unsigned int Util::GetCurrentProcessID()
  */
 bool Util::IsCurrentProcessorBigEndian()
 {
-#if defined(GDCM_WORDS_BIGENDIAN) || defined(GDCM_FORCE_BIGENDIAN_EMULATION)
+#if defined(GDCM_WORDS_BIGENDIAN)
    return true;
 #else
    return false;