From b4f75bc7badbd9954317f9ee0578a8f976639343 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 15 Nov 2005 12:41:53 -0500 Subject: [svn-r11722] Purpose: Maintenance on Windows Description: Add macro H5_HLDLL before newly checked in function hid_t H5LTtext_to_dtype(const char *text); Solution: Platforms tested: Windows XP with VS 6.0 Misc. update: --- hl/src/H5LT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hl/src/H5LT.h b/hl/src/H5LT.h index f01e012..a4fd2a3 100644 --- a/hl/src/H5LT.h +++ b/hl/src/H5LT.h @@ -344,7 +344,7 @@ H5_HLDLL herr_t H5LTget_attribute_info( hid_t loc_id, H5_HLDLL hid_t H5LTcreate_compound_type( hsize_t nfields, size_t size, const char *field_names[], const size_t *field_offset, const hid_t *field_types ); -hid_t H5LTtext_to_dtype(const char *text); +H5_HLDLL hid_t H5LTtext_to_dtype(const char *text); H5_HLDLL herr_t H5LTrepack( hsize_t nfields, hsize_t nrecords, -- cgit v0.12