X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSystem.h;h=67a9769ca677befb101d78b2036a332c6fc4c49a;hb=944dcbe9398f982d89c3ab2a588b9f1f1c072b7c;hp=ce032185c19746ecdd6feee11d6e1a894e7740d6;hpb=b71e9a746583fe68d453a42e38408fc4b8893e74;p=gdcm.git diff --git a/src/gdcmSystem.h b/src/gdcmSystem.h index ce032185..67a9769c 100644 --- a/src/gdcmSystem.h +++ b/src/gdcmSystem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSystem.h,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:05 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/02/13 18:53:34 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -61,6 +61,7 @@ typedef signed char int8_t; typedef signed short int16_t; typedef signed int int32_t; +/// \fixme : what about 64 bits ? typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t;