From 234b1830c5cadd616b87272362b9e2b8110e0f13 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Fri, 24 Jun 2005 17:06:32 -0500 Subject: [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: --- windows/src/H5pubconf.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12