summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-06-11 22:27:07 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-06-11 22:27:07 (GMT)
commit3045853b76e84ab001c2076b36dcb31a1fab5aec (patch)
treeb3f9867281e0aea98daca1073b22cd1dbfdebff2 /src/H5F.c
parente2cf0e5f62d3ae90e18a6e5576382ad8e542d06a (diff)
downloadhdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.zip
hdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.tar.gz
hdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.tar.bz2
[svn-r13852] Added includes in various places to make it possible to set windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h .
Tested: .NET 2003 on WinXP
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 6f8796b..b175982 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -41,6 +41,7 @@
#include "H5FDmulti.h" /*multiple files partitioned by mem usage */
#include "H5FDsec2.h" /*Posix unbuffered I/O */
#include "H5FDstdio.h" /* Standard C buffered I/O */
+#include "H5FDwindows.h" /* Windows buffered I/O */
#include "H5FDstream.h" /*in-memory files streamed via sockets */
#include "H5FDdirect.h" /*Linux direct I/O */