diff options
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 1 |
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 |