]> Creatis software - gdcm.git/commitdiff
COMP: snap I broke compilation... does anyone remeber where we need to under GetCurre...
authormalaterre <malaterre>
Sat, 4 Jun 2005 01:57:36 +0000 (01:57 +0000)
committermalaterre <malaterre>
Sat, 4 Jun 2005 01:57:36 +0000 (01:57 +0000)
src/gdcmUtil.cxx

index a79d05650fc81cb90b8c2bc75396f1aea092771f..e792e0a2fa0d14bf8d8ee991d9f088345c821cf5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/04 01:24:15 $
-  Version:   $Revision: 1.150 $
+  Date:      $Date: 2005/06/04 01:57:36 $
+  Version:   $Revision: 1.151 $
                                                                                 
   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 GetCurrentTime
+#ifdef _MSC_VER
    #undef GetCurrentTime
 #endif
 #else