mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r14839] 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
This commit is contained in:
parent
0c299e6240
commit
994669e01a
@ -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*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user