diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-19 17:45:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-19 17:45:55 (GMT) |
commit | 218eecfb34fd16a70df97a2413b16a1d464a8811 (patch) | |
tree | 08568ecdfe8d1f00482e4a8ef3812ed3ef2c9d45 /test/h5test.h | |
parent | ced5ad60cd929262b823732d4a62e453f4e06505 (diff) | |
download | hdf5-218eecfb34fd16a70df97a2413b16a1d464a8811.zip hdf5-218eecfb34fd16a70df97a2413b16a1d464a8811.tar.gz hdf5-218eecfb34fd16a70df97a2413b16a1d464a8811.tar.bz2 |
[svn-r19829] Fixed the name of the windows linkage define in the test header. This corrects the
inconsistent dll linkage warning and matches the other linkage defines. Changed H5_DLLVAR to H5TEST_DLLVAR.
Tested: windows
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h index 70408d9..0467cd7 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -83,7 +83,7 @@ * This contains the filename prefix specificied as command line option for * the parallel test files. */ -H5_DLLVAR char *paraprefix; +H5TEST_DLLVAR char *paraprefix; #ifdef H5_HAVE_PARALLEL extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */ #endif |