From: malaterre Date: Mon, 6 Jun 2005 13:07:19 +0000 (+0000) Subject: COMP: Fix compilation on minwg... this code is becoming insane X-Git-Tag: Version1.2.bp~609 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f6ec89e09e257501fedd8e01f4f9988fb3d046a9;p=gdcm.git COMP: Fix compilation on minwg... this code is becoming insane --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index e792e0a2..f20d854d 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -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 // for gethostname and gethostbyname and GetTickCount... -#ifdef _MSC_VER +#ifndef __BORLANDC__ #undef GetCurrentTime #endif #else