diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-25 21:04:08 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-25 21:04:08 (GMT) |
commit | d732cb46bdbfae7168aa5146bfe59875d14b5195 (patch) | |
tree | 1d88636dce924279e65b5bee75fba2a5349def16 /windows/src | |
parent | 45a6e2c0c8838119d5ea8117b86a2faba89e843b (diff) | |
download | hdf5-d732cb46bdbfae7168aa5146bfe59875d14b5195.zip hdf5-d732cb46bdbfae7168aa5146bfe59875d14b5195.tar.gz hdf5-d732cb46bdbfae7168aa5146bfe59875d14b5195.tar.bz2 |
[svn-r10799] Purpose:
Update H5pubconf.h
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index f00edb4..51aa00f 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -103,7 +103,8 @@ in the file file_io.win32.c and including it on the projects #if defined __INTEL_COMPILER #undef H5_LLONG_TO_FP_CAST_WORKS #else -#define H5_LLONG_TO_FP_CAST_WORKS +/*#define H5_LLONG_TO_FP_CAST_WORKS*/ + #endif #else #undef H5_HAVE_FUNCTION |