From b0264f0c053e725256a87de33aff13b66ab27c35 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Tue, 13 May 2003 09:28:09 -0500 Subject: [svn-r6852] Purpose: Add windows specified macro H5_TESTDLL for test routines. Description: See the previous CVS message. Solution: Platforms tested: windows2000(will not affect other platforms) Misc. update: --- test/h5test.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/h5test.h b/test/h5test.h index cd35517..ce56a59 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -67,14 +67,14 @@ extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */ extern "C" { #endif -H5_DLL int h5_cleanup(const char *base_name[], hid_t fapl); -herr_t h5_errors(void *client_data); -H5_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, +H5TEST_DLL int h5_cleanup(const char *base_name[], hid_t fapl); +H5TEST_DLL herr_t h5_errors(void *client_data); +H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size); -hid_t h5_fileaccess(void); -void h5_no_hwconv(void); -void h5_reset(void); -void h5_show_hostname(void); +H5TEST_DLL hid_t h5_fileaccess(void); +H5TEST_DLL void h5_no_hwconv(void); +H5TEST_DLL void h5_reset(void); +H5TEST_DLL void h5_show_hostname(void); #ifdef H5_HAVE_PARALLEL int h5_set_info_object(void); void h5_dump_info_object(MPI_Info info); -- cgit v0.12