From f6ec89e09e257501fedd8e01f4f9988fb3d046a9 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 6 Jun 2005 13:07:19 +0000 Subject: [PATCH] COMP: Fix compilation on minwg... this code is becoming insane --- src/gdcmUtil.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.48.1