[Insight-developers] gdcm and stdint.h
Bill Hoffman
bill.hoffman at kitware.com
Thu Feb 3 11:44:37 EST 2011
On 2/3/2011 11:29 AM, Mathieu Malaterre wrote:
>
> I do not believe this works as we do not check the size of int (AFAIK
> int could even be 24bits). I would rather rename
> Utilities/C99/stdint.h into Source/Common/gdcmC99StdInt.h and update
> gdcmTypes. accordingly.
OK, that would work.
#ifdef MSVC
#include "gdcmC99StdInt.h"
#endif
It would be nice to get rid of the extra -I option only used for msvc.
Not sure but this file "might" work with the intel compiler, but then
again maybe not. I would have to try...
-Bill
More information about the Insight-developers
mailing list