[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
This commit is contained in:
Allen Byrne 2010-11-19 12:45:55 -05:00
parent ced5ad60cd
commit 218eecfb34

View File

@ -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