From: malaterre Date: Thu, 6 Jan 2005 19:20:23 +0000 (+0000) Subject: COMP: on win32 sintrgs.h does not exist X-Git-Tag: Version1.0.bp~460 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=befb2f26b6053ac140ffa008e41d7bb8d7eeafc8;p=gdcm.git COMP: on win32 sintrgs.h does not exist --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 8c980a31..0bde99df 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/01/06 19:10:07 $ - Version: $Revision: 1.74 $ + Date: $Date: 2005/01/06 19:20:23 $ + Version: $Revision: 1.75 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -312,7 +312,6 @@ bool Util::IsCurrentProcessorBigEndian() #include #include #include -#include //for bzero #include #ifdef _WIN32 @@ -339,6 +338,8 @@ typedef BOOL(WINAPI * pSnmpExtensionQuery) ( typedef BOOL(WINAPI * pSnmpExtensionInitEx) ( OUT AsnObjectIdentifier * supportedView); +#else +#include //for bzero on unix #endif //_WIN32 #ifdef __linux__