Go to the documentation of this file.
17 #include "gdcmConfigure.h"
22 #ifdef GDCM_HAVE_STDINT_H
23 #ifndef __STDC_LIMIT_MACROS
24 #define __STDC_LIMIT_MACROS
25 #endif // __STDC_LIMIT_MACROS
29 #ifdef GDCM_HAVE_INTTYPES_H
35 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x0560) || defined(__MINGW32__)
36 typedef signed char int8_t;
37 typedef signed short int16_t;
38 typedef signed int int32_t;
39 typedef unsigned char uint8_t;
40 typedef unsigned short uint16_t;
41 typedef unsigned int uint32_t;
42 typedef unsigned __int64 uint64_t;
43 #elif defined(_MSC_VER)
46 #error "Sorry, your platform is not supported"
47 #endif // defined(_MSC_VER) || defined(__BORLANDC__) && (__BORLANDC__ < 0x0560) || defined(__MINGW32__)
48 #endif // GDCM_HAVE_INTTYPES_H
49 #endif // GDCM_HAVE_STDINT_H
53 #define UINT32_MAX (4294967295U)
Generated on Wed Jun 13 2012 20:40:37 for GDCM by
1.8.1