diff options
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/src/H5pubconf.h | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index a284926..cc93bf6 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -34,37 +34,16 @@ in the file file_io.win32.c and including it on the projects #define H5_SIZEOF_DOUBLE 8 #define H5_SIZEOF_FLOAT 4 #define H5_SIZEOF_INT 4 -#define H5_SIZEOF_INT16_T 0 -#define H5_SIZEOF_INT32_T 0 -#define H5_SIZEOF_INT64_T 0 -#define H5_SIZEOF_INT8_T 0 -#define H5_SIZEOF_INT_FAST16_T 0 -#define H5_SIZEOF_INT_FAST32_T 0 -#define H5_SIZEOF_INT_FAST64_T 0 -#define H5_SIZEOF_INT_FAST8_T 0 -#define H5_SIZEOF_INT_LEAST16_T 0 -#define H5_SIZEOF_INT_LEAST32_T 0 -#define H5_SIZEOF_INT_LEAST64_T 0 -#define H5_SIZEOF_INT_LEAST8_T 0 + + #define H5_SIZEOF_LONG 4 -#define H5_SIZEOF_LONG_LONG 0 + #define H5_SIZEOF_LONG_DOUBLE 8 #define H5_SIZEOF_OFF_T 4 #define H5_SIZEOF_SHORT 2 #define H5_SIZEOF_SIZE_T 4 -#define H5_SIZEOF_SSIZE_T 0 -#define H5_SIZEOF_UINT16_T 0 -#define H5_SIZEOF_UINT32_T 0 -#define H5_SIZEOF_UINT64_T 0 -#define H5_SIZEOF_UINT8_T 0 -#define H5_SIZEOF_UINT_FAST16_T 0 -#define H5_SIZEOF_UINT_FAST32_T 0 -#define H5_SIZEOF_UINT_FAST64_T 0 -#define H5_SIZEOF_UINT_FAST8_T 0 -#define H5_SIZEOF_UINT_LEAST16_T 0 -#define H5_SIZEOF_UINT_LEAST32_T 0 -#define H5_SIZEOF_UINT_LEAST64_T 0 -#define H5_SIZEOF_UINT_LEAST8_T 0 + + #define H5_HAVE_DIFFTIME 1 #define H5_HAVE_FORK 1 #define H5_HAVE_GETHOSTNAME 1 |