summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2003-05-13 14:28:09 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2003-05-13 14:28:09 (GMT)
commitb0264f0c053e725256a87de33aff13b66ab27c35 (patch)
tree9af5fefb084a726a65f94330c870ffcadfcaa80b /test
parentf666340233a3695d4a4cca683d4597e901c007cf (diff)
downloadhdf5-b0264f0c053e725256a87de33aff13b66ab27c35.zip
hdf5-b0264f0c053e725256a87de33aff13b66ab27c35.tar.gz
hdf5-b0264f0c053e725256a87de33aff13b66ab27c35.tar.bz2
[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:
Diffstat (limited to 'test')
-rw-r--r--test/h5test.h14
1 files 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);