summaryrefslogtreecommitdiffstats
path: root/windows/src
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-04-14 15:47:49 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-04-14 15:47:49 (GMT)
commitaf355e20a424cf70c48788129e712d3bd94dfd72 (patch)
tree9725ca195c1019915dbc8c32f897b89205005299 /windows/src
parentac378bcfb1488db272c84eaaa73eeef49f90a2cb (diff)
downloadhdf5-af355e20a424cf70c48788129e712d3bd94dfd72.zip
hdf5-af355e20a424cf70c48788129e712d3bd94dfd72.tar.gz
hdf5-af355e20a424cf70c48788129e712d3bd94dfd72.tar.bz2
[svn-r14840] Purpose: Add new Windows macro for links test
Description: Many new path-specific tests have been added via the "links" test. Because Windows' path format is non-standard, we need a special macro defined to handle it specially. Note that 2 tests still fail with this macro defined, but it should be fixed soon. Tested: VS2005 on WinXP
Diffstat (limited to 'windows/src')
-rwxr-xr-xwindows/src/H5pubconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index aaad8be..0c06901 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -138,6 +138,10 @@ in the file file_io.win32.c and including it on the projects
#endif /* H5_HAVE_WINDOWS */
+/* This definition is used for alterative handelling and testing of Windows
+paths. This shouldn't need to be commented or removed. */
+#define H5_HAVE_WINDOW_PATH 1
+
/* comment the following line out if you are not using N-bit filter*/
/* #define H5_HAVE_FILTER_NBIT 1*/