]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDir.cxx
ENH: properly handle compiler that does not have __FUNCTION__
[gdcm.git] / src / gdcmDicomDir.cxx
index c12a9a6f13c99970bba07ff357267faa5b789b41..a68960f0653f00e919086be3940d289806cf7403 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/07 19:20:38 $
-  Version:   $Revision: 1.94 $
+  Date:      $Date: 2005/01/07 21:09:42 $
+  Version:   $Revision: 1.95 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #include <sys/types.h>
 
 #ifdef _MSC_VER
-#define getcwd _getcwd
+#   define getcwd _getcwd
 #endif
 
-#if defined( _MSC_VER) || defined(__BORLANDC__)
-   #include <direct.h>
+#if defined(_MSC_VER) || defined(__BORLANDC__)
+#   include <direct.h>
 #else
-   #include <unistd.h>
+#   include <unistd.h>
 #endif
 
 namespace gdcm