From: malaterre Date: Sat, 4 Jun 2005 01:57:36 +0000 (+0000) Subject: COMP: snap I broke compilation... does anyone remeber where we need to under GetCurre... X-Git-Tag: Version1.2.bp~619 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=37d2600df269d18d0fb84456d36c61a166cf4f18;p=gdcm.git COMP: snap I broke compilation... does anyone remeber where we need to under GetCurrentTime... --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index a79d0565..e792e0a2 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: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 // for gethostname and gethostbyname and GetTickCount... -#ifdef GetCurrentTime +#ifdef _MSC_VER #undef GetCurrentTime #endif #else