diff options
-rw-r--r-- | config/cmake/ConfigureChecks.cmake | 4 | ||||
-rwxr-xr-x | windows/src/H5pubconf.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index 37560a5..cb75b27 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -159,11 +159,9 @@ IF (WINDOWS) # SET (H5_HAVE_WINDOW_PATH 1) SET (WINDOWS_MAX_BUF (1024 * 1024 * 1024)) - SET (H5_DEFAULT_VFD H5FD_WINDOWS) SET (LINK_LIBS ${LINK_LIBS} "kernel32") -ELSE (WINDOWS) - SET (H5_DEFAULT_VFD H5FD_SEC2) ENDIF (WINDOWS) +SET (H5_DEFAULT_VFD H5FD_SEC2) IF (WINDOWS) SET (H5_HAVE_IO_H 1) diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index dc237ff..1309075 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -41,7 +41,7 @@ #define H5_CXX_HAVE_OFFSETOF 1 /* Define the default virtual file driver to compile */ -#define H5_DEFAULT_VFD H5FD_WINDOWS +#define H5_DEFAULT_VFD H5FD_SEC2 /* Define if `dev_t' is a scalar */ #define H5_DEV_T_IS_SCALAR 1 |