summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-11-15 17:41:53 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-11-15 17:41:53 (GMT)
commitb4f75bc7badbd9954317f9ee0578a8f976639343 (patch)
tree9db0e96b0d49e108ac243a32bb28600470dfa1df /hl
parenta8e74b46fc2cd5503a9331657a2b16ea23fda1a5 (diff)
downloadhdf5-b4f75bc7badbd9954317f9ee0578a8f976639343.zip
hdf5-b4f75bc7badbd9954317f9ee0578a8f976639343.tar.gz
hdf5-b4f75bc7badbd9954317f9ee0578a8f976639343.tar.bz2
[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:
Diffstat (limited to 'hl')
-rw-r--r--hl/src/H5LT.h2
1 files changed, 1 insertions, 1 deletions
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,