summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.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/H5Pfapl.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/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index dcb249c..d2e80f2 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -41,8 +41,10 @@
#include "H5Iprivate.h" /* IDs */
#include "H5Ppkg.h" /* Property lists */
-/* Default file driver - see H5Pget_driver() */
+/* Includes needed to set as default file driver */
#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
+#include "H5FDstdio.h" /* Standard C buffered I/O */
+#include "H5FDwindows.h" /* Windows buffered I/O */
/****************/