summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-06-15 16:19:16 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-06-15 16:19:16 (GMT)
commit71c91c6e85219d325c23ef8f71ff0af23989c0da (patch)
tree7e5148d1c8e003ba160705dce0efc8a9173db349 /windows
parent6719b3360a564f648705e521e25db4b837e8156a (diff)
downloadhdf5-71c91c6e85219d325c23ef8f71ff0af23989c0da.zip
hdf5-71c91c6e85219d325c23ef8f71ff0af23989c0da.tar.gz
hdf5-71c91c6e85219d325c23ef8f71ff0af23989c0da.tar.bz2
[svn-r13868] Updated the Windows static h5pubconf.h to use our new Windows file driver by default. After thorough testing, we think the windows driver is ready to be included.
I've also updated our Windows documentation file to include 64-bit instructions. The process is fairly tedious right now, but we hope to make it more straight-forward when we depreciate 6.0 and re-work our project files. Tested: 32-bit WinXP: VS6, VS.NET, and VS 2005 64-bit WinXP: VS.NET and VS 2005
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/src/H5pubconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index c75f93a..aac8f41 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -119,7 +119,7 @@ in the file file_io.win32.c and including it on the projects
#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
+#define H5_DEFAULT_VFD H5FD_WINDOWS
/* comment the following line out if you don't want to build the windows file
driver */