[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:
This commit is contained in:
Fang Guo 2005-11-15 12:41:53 -05:00
parent a8e74b46fc
commit b4f75bc7ba

View File

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