]> Creatis software - gdcm.git/commitdiff
COMP: Fix compilation on minwg... this code is becoming insane
authormalaterre <malaterre>
Mon, 6 Jun 2005 13:07:19 +0000 (13:07 +0000)
committermalaterre <malaterre>
Mon, 6 Jun 2005 13:07:19 +0000 (13:07 +0000)
src/gdcmUtil.cxx

index e792e0a2fa0d14bf8d8ee991d9f088345c821cf5..f20d854df1772de22c2c27dbcfe9a0dfbe525715 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/04 01:57:36 $
-  Version:   $Revision: 1.151 $
+  Date:      $Date: 2005/06/06 13:07:19 $
+  Version:   $Revision: 1.152 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -36,7 +36,7 @@
 
 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
    #include <winsock.h>  // for gethostname and gethostbyname and GetTickCount...
-#ifdef _MSC_VER
+#ifndef __BORLANDC__
    #undef GetCurrentTime
 #endif
 #else