]> Creatis software - clitk.git/commitdiff
Attempt to solve Kumar's issue
authorsrit <srit>
Thu, 16 Sep 2010 15:51:10 +0000 (15:51 +0000)
committersrit <srit>
Thu, 16 Sep 2010 15:51:10 +0000 (15:51 +0000)
common/clitkHndImageIO.h

index 233d9ace1007ea4b3809edb8efc747b651f65a8a..25da449251c2eb95cf99abf79341d7bc269b1d42 100644 (file)
@@ -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