]> Creatis software - clitk.git/blobdiff - common/clitkHndImageIO.h
just removing debugging messages
[clitk.git] / common / clitkHndImageIO.h
index 233d9ace1007ea4b3809edb8efc747b651f65a8a..05fc1bd21e66c03626b42847f8ad79c6ddf50488 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 #ifndef CLITKHNDIMAGEIO_H
 #define CLITKHNDIMAGEIO_H
 
@@ -22,7 +22,9 @@
 #include "itkImageIOBase.h"
 
 #if defined (_MSC_VER) && (_MSC_VER < 1600)
-#include "msinttypes/stdint.h"
+//SR: taken from
+//#include "msinttypes/stdint.h"
+typedef unsigned int uint32_t;
 #else
 #include <stdint.h>
 #endif