summaryrefslogtreecommitdiffstats
path: root/windows/src
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-06-24 22:06:32 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-06-24 22:06:32 (GMT)
commit234b1830c5cadd616b87272362b9e2b8110e0f13 (patch)
tree37b8b52e7cd9318013709a71962322cd35b8943c /windows/src
parent21e70d93f9439329342ee24dfa119fafed740415 (diff)
downloadhdf5-234b1830c5cadd616b87272362b9e2b8110e0f13.zip
hdf5-234b1830c5cadd616b87272362b9e2b8110e0f13.tar.gz
hdf5-234b1830c5cadd616b87272362b9e2b8110e0f13.tar.bz2
[svn-r10990] Purpose:
Add new macro to remove data conversion errors on visual c++ .Net on windows XP Description: Solution: Platforms tested: Visual C++ .Net 2003 on windows XP Misc. update:
Diffstat (limited to 'windows/src')
-rwxr-xr-xwindows/src/H5pubconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index 51aa00f..cf1bb85 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -100,6 +100,7 @@ in the file file_io.win32.c and including it on the projects
#if _MSC_VER >= 1300 /* .Net supports FUNCTION */
#define H5_HAVE_FUNCTION 1
#define H5_ULLONG_TO_FP_CAST_WORKS 1
+#define H5_HW_FP_TO_LLONG_NOT_WORKS 1
#if defined __INTEL_COMPILER
#undef H5_LLONG_TO_FP_CAST_WORKS
#else