]> Creatis software - gdcm.git/commitdiff
BUG: This should fix a problem on borland since direct.h does not exist
authormalaterre <malaterre>
Tue, 23 Nov 2004 01:20:18 +0000 (01:20 +0000)
committermalaterre <malaterre>
Tue, 23 Nov 2004 01:20:18 +0000 (01:20 +0000)
src/gdcmDirList.cxx

index 938dbb3fb948af4b9e65da419ad48bc8110a64c9..ace87dc94d66e71d1191cafc4eaa0f763475f32e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/11/16 10:25:53 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2004/11/23 01:20:18 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -24,7 +24,7 @@
 
 #if defined(_MSC_VER) || defined (__CYGWIN__) || defined(__BORLANDC__)
    #include <windows.h> 
-#if defined _MSC_VER || defined(__BORLANDC__)
+#ifdef _MSC_VER
    #include <direct.h>
 #endif //_MSC_VER
 #else