From a2c0a9bde9abb2a64f4ce6309070477f24356ab6 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Fri, 22 Apr 2005 17:08:06 -0500 Subject: [svn-r10650] Purpose: Update header file for windows. Description: Solution: Platforms tested: Misc. update: --- windows/src/H5pubconf.h | 31 +++++-------------------------- 1 file 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 -- cgit v0.12