From 218eecfb34fd16a70df97a2413b16a1d464a8811 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 19 Nov 2010 12:45:55 -0500 Subject: [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 --- test/h5test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12