mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
a8e74b46fc
commit
b4f75bc7ba
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user