summaryrefslogtreecommitdiffstats
path: root/windows/src/H5pubconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/src/H5pubconf.h')
-rwxr-xr-xwindows/src/H5pubconf.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index ea44bca..c75f93a 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -118,12 +118,18 @@ in the file file_io.win32.c and including it on the projects
#define H5_HAVE_SZLIB_H 1
#define H5_HAVE_FILTER_SZIP 1
+/* change the following line if you would like to change the default file driver */
+#define H5_DEFAULT_VFD H5FD_SEC2
+
/* comment the following line out if you don't want to build the windows file
driver */
-#define H5_HAVE_WINDOWS
+#define H5_HAVE_WINDOWS 1
-/* change the following line if you would like to change the default file driver */
-#define H5_DEFAULT_VFD H5FD_SEC2
+#ifdef H5_HAVE_WINDOWS
+/* uncomment the following line if you would like to use the buffered stdio
+ functions in the Windows file driver. */
+// #define WINDOWS_USE_STDIO 1
+#endif /* H5_HAVE_WINDOWS */
/* comment the following line out if you are not using N-bit filter*/
/* #define H5_HAVE_FILTER_NBIT 1*/