summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5LTf90proto.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-19 17:21:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-19 17:21:10 (GMT)
commitced5ad60cd929262b823732d4a62e453f4e06505 (patch)
treea787f4ad26727574f421686c60a089f3799b7de9 /hl/fortran/src/H5LTf90proto.h
parenta490e0ccab86c11ee8925e6687d24b215b4e78bc (diff)
downloadhdf5-ced5ad60cd929262b823732d4a62e453f4e06505.zip
hdf5-ced5ad60cd929262b823732d4a62e453f4e06505.tar.gz
hdf5-ced5ad60cd929262b823732d4a62e453f4e06505.tar.bz2
[svn-r19828] Fixed the name of the windows linkage define in the hl/fortran cstub library header. This corrects the
inconsistent dll linkage warning on every function. Changed H5_DLL to HDF5_HL_F90CSTUBDLL. Tested: windows
Diffstat (limited to 'hl/fortran/src/H5LTf90proto.h')
-rwxr-xr-xhl/fortran/src/H5LTf90proto.h192
1 files changed, 96 insertions, 96 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h
index 8a9d6c0..3e45531 100755
--- a/hl/fortran/src/H5LTf90proto.h
+++ b/hl/fortran/src/H5LTf90proto.h
@@ -23,8 +23,8 @@
#include <string.h>
-H5_DLL char* HD5f2cstring (_fcd fdesc, int len);
-H5_DLL void HD5packFstring (char *src, char *dest, size_t len);
+HDF5_HL_F90CSTUBDLL char* HD5f2cstring (_fcd fdesc, int len);
+HDF5_HL_F90CSTUBDLL void HD5packFstring (char *src, char *dest, size_t len);
/*
@@ -139,7 +139,7 @@ H5_DLL void HD5packFstring (char *src, char *dest, size_t len);
# define nh5tbget_table_info_c H5_FC_FUNC_(h5tbget_table_info_c, H5TBGET_TABLE_INFO_C)
# define nh5tbget_field_info_c H5_FC_FUNC_(h5tbget_field_info_c, H5TBGET_FIELD_INFO_C)
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_c (hid_t_f *loc_id,
int_f *namelen,
@@ -149,7 +149,7 @@ nh5ltmake_dataset_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_int1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -159,7 +159,7 @@ nh5ltmake_dataset_int1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_int2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -169,7 +169,7 @@ nh5ltmake_dataset_int2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_int3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -179,7 +179,7 @@ nh5ltmake_dataset_int3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_fl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -189,7 +189,7 @@ nh5ltmake_dataset_fl1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_fl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -199,7 +199,7 @@ nh5ltmake_dataset_fl2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_fl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -209,7 +209,7 @@ nh5ltmake_dataset_fl3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_dl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -219,7 +219,7 @@ nh5ltmake_dataset_dl1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_dl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -229,7 +229,7 @@ nh5ltmake_dataset_dl2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_dl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -239,7 +239,7 @@ nh5ltmake_dataset_dl3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nint1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -249,7 +249,7 @@ nh5ltmake_dataset_nint1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nint2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -259,7 +259,7 @@ nh5ltmake_dataset_nint2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nint3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -269,7 +269,7 @@ nh5ltmake_dataset_nint3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nfl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -279,7 +279,7 @@ nh5ltmake_dataset_nfl1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nfl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -289,7 +289,7 @@ nh5ltmake_dataset_nfl2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_nfl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -299,7 +299,7 @@ nh5ltmake_dataset_nfl3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_ndl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -309,7 +309,7 @@ nh5ltmake_dataset_ndl1_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_ndl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -319,7 +319,7 @@ nh5ltmake_dataset_ndl2_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_ndl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -329,7 +329,7 @@ nh5ltmake_dataset_ndl3_c (hid_t_f *loc_id,
hid_t_f *type_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_c (hid_t_f *loc_id,
int_f *namelen,
@@ -339,7 +339,7 @@ nh5ltread_dataset_c (hid_t_f *loc_id,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_int1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -348,7 +348,7 @@ nh5ltread_dataset_int1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_int2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -357,7 +357,7 @@ nh5ltread_dataset_int2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_int3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -366,7 +366,7 @@ nh5ltread_dataset_int3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_fl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -375,7 +375,7 @@ nh5ltread_dataset_fl1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_fl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -384,7 +384,7 @@ nh5ltread_dataset_fl2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_fl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -393,7 +393,7 @@ nh5ltread_dataset_fl3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_dl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -402,7 +402,7 @@ nh5ltread_dataset_dl1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_dl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -411,7 +411,7 @@ nh5ltread_dataset_dl2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_dl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -420,7 +420,7 @@ nh5ltread_dataset_dl3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nint1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -429,7 +429,7 @@ nh5ltread_dataset_nint1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nint2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -438,7 +438,7 @@ nh5ltread_dataset_nint2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nint3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -447,7 +447,7 @@ nh5ltread_dataset_nint3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nfl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -456,7 +456,7 @@ nh5ltread_dataset_nfl1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nfl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -465,7 +465,7 @@ nh5ltread_dataset_nfl2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_nfl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -474,7 +474,7 @@ nh5ltread_dataset_nfl3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_ndl1_c (hid_t_f *loc_id,
int_f *namelen,
@@ -483,7 +483,7 @@ nh5ltread_dataset_ndl1_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_ndl2_c (hid_t_f *loc_id,
int_f *namelen,
@@ -492,7 +492,7 @@ nh5ltread_dataset_ndl2_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_ndl3_c (hid_t_f *loc_id,
int_f *namelen,
@@ -501,7 +501,7 @@ nh5ltread_dataset_ndl3_c (hid_t_f *loc_id,
void *buf,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltset_attribute_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -511,7 +511,7 @@ nh5ltset_attribute_int_c(hid_t_f *loc_id,
size_t_f *size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltset_attribute_float_c(hid_t_f *loc_id,
int_f *namelen,
@@ -521,7 +521,7 @@ nh5ltset_attribute_float_c(hid_t_f *loc_id,
size_t_f *size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltset_attribute_double_c(hid_t_f *loc_id,
int_f *namelen,
@@ -531,7 +531,7 @@ nh5ltset_attribute_double_c(hid_t_f *loc_id,
size_t_f *size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltset_attribute_string_c(hid_t_f *loc_id,
int_f *namelen,
@@ -542,7 +542,7 @@ nh5ltset_attribute_string_c(hid_t_f *loc_id,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -551,7 +551,7 @@ nh5ltget_attribute_int_c(hid_t_f *loc_id,
_fcd attrname,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_float_c(hid_t_f *loc_id,
int_f *namelen,
@@ -560,7 +560,7 @@ nh5ltget_attribute_float_c(hid_t_f *loc_id,
_fcd attrname,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_double_c(hid_t_f *loc_id,
int_f *namelen,
@@ -569,7 +569,7 @@ nh5ltget_attribute_double_c(hid_t_f *loc_id,
_fcd attrname,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_string_c(hid_t_f *loc_id,
int_f *namelen,
@@ -578,20 +578,20 @@ nh5ltget_attribute_string_c(hid_t_f *loc_id,
_fcd attrname,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_dataset_ndims_c(hid_t_f *loc_id,
int_f *namelen,
_fcd name,
int_f *rank);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltfind_dataset_c(hid_t_f *loc_id,
int_f *namelen,
_fcd name);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_dataset_info_c(hid_t_f *loc_id,
int_f *namelen,
@@ -600,7 +600,7 @@ nh5ltget_dataset_info_c(hid_t_f *loc_id,
int_f *type_class,
size_t_f *type_size);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_ndims_c(hid_t_f *loc_id,
int_f *namelen,
@@ -608,7 +608,7 @@ nh5ltget_attribute_ndims_c(hid_t_f *loc_id,
int_f *attrnamelen,
_fcd attrname,
int_f *rank);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltget_attribute_info_c(hid_t_f *loc_id,
int_f *namelen,
@@ -619,7 +619,7 @@ nh5ltget_attribute_info_c(hid_t_f *loc_id,
int_f *type_class,
size_t_f *type_size);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltmake_dataset_string_c (hid_t_f *loc_id,
int_f *namelen,
@@ -627,7 +627,7 @@ nh5ltmake_dataset_string_c (hid_t_f *loc_id,
int_f *buflen,
char *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5ltread_dataset_string_c (hid_t_f *loc_id,
int_f *namelen,
@@ -639,7 +639,7 @@ nh5ltread_dataset_string_c (hid_t_f *loc_id,
*-------------------------------------------------------------------------
*/
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5immake_image_8bit_c (hid_t_f *loc_id,
int_f *namelen,
@@ -647,14 +647,14 @@ nh5immake_image_8bit_c (hid_t_f *loc_id,
hsize_t_f *width,
hsize_t_f *height,
int_f *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imread_image_c (hid_t_f *loc_id,
int_f *namelen,
_fcd name,
int_f *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5immake_image_24bit_c (hid_t_f *loc_id,
int_f *namelen,
@@ -664,7 +664,7 @@ nh5immake_image_24bit_c (hid_t_f *loc_id,
hsize_t_f *width,
hsize_t_f *height,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imget_image_info_c(hid_t_f *loc_id,
int_f *namelen,
@@ -677,14 +677,14 @@ nh5imget_image_info_c(hid_t_f *loc_id,
_fcd interlace);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imis_image_c(hid_t_f *loc_id,
int_f *namelen,
_fcd name);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5immake_palette_c (hid_t_f *loc_id,
int_f *namelen,
@@ -692,7 +692,7 @@ nh5immake_palette_c (hid_t_f *loc_id,
hsize_t_f *dims,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imlink_palette_c (hid_t_f *loc_id,
int_f *namelen,
@@ -700,7 +700,7 @@ nh5imlink_palette_c (hid_t_f *loc_id,
int_f *ilen,
_fcd pal_name);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imunlink_palette_c (hid_t_f *loc_id,
int_f *namelen,
@@ -708,7 +708,7 @@ nh5imunlink_palette_c (hid_t_f *loc_id,
int_f *ilen,
_fcd pal_name);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imget_npalettes_c(hid_t_f *loc_id,
int_f *namelen,
@@ -716,7 +716,7 @@ nh5imget_npalettes_c(hid_t_f *loc_id,
hsize_t_f *npals);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imget_palette_info_c(hid_t_f *loc_id,
int_f *namelen,
@@ -724,7 +724,7 @@ nh5imget_palette_info_c(hid_t_f *loc_id,
int_f *pal_number,
hsize_t_f *dims);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imget_palette_c(hid_t_f *loc_id,
int_f *namelen,
@@ -732,7 +732,7 @@ nh5imget_palette_c(hid_t_f *loc_id,
int_f *pal_number,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5imis_palette_c(hid_t_f *loc_id,
int_f *namelen,
@@ -745,7 +745,7 @@ nh5imis_palette_c(hid_t_f *loc_id,
*-------------------------------------------------------------------------
*/
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbmake_table_c(int_f *namelen1,
_fcd name1,
@@ -762,7 +762,7 @@ nh5tbmake_table_c(int_f *namelen1,
int_f *len, /* field_names lenghts */
_fcd buf); /* field_names */
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_name_c(hid_t_f *loc_id,
int_f *namelen,
@@ -774,7 +774,7 @@ nh5tbwrite_field_name_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_name_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -786,7 +786,7 @@ nh5tbwrite_field_name_int_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_name_fl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -798,7 +798,7 @@ nh5tbwrite_field_name_fl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_name_dl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -810,7 +810,7 @@ nh5tbwrite_field_name_dl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_name_st_c(hid_t_f *loc_id,
int_f *namelen,
@@ -822,7 +822,7 @@ nh5tbwrite_field_name_st_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_name_c(hid_t_f *loc_id,
int_f *namelen,
@@ -834,7 +834,7 @@ nh5tbread_field_name_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_name_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -846,7 +846,7 @@ nh5tbread_field_name_int_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_name_fl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -858,7 +858,7 @@ nh5tbread_field_name_fl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_name_dl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -870,7 +870,7 @@ nh5tbread_field_name_dl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_name_st_c(hid_t_f *loc_id,
int_f *namelen,
@@ -882,7 +882,7 @@ nh5tbread_field_name_st_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_index_c(hid_t_f *loc_id,
int_f *namelen,
@@ -893,7 +893,7 @@ nh5tbwrite_field_index_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_index_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -904,7 +904,7 @@ nh5tbwrite_field_index_int_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_index_fl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -915,7 +915,7 @@ nh5tbwrite_field_index_fl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_index_dl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -926,7 +926,7 @@ nh5tbwrite_field_index_dl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbwrite_field_index_st_c(hid_t_f *loc_id,
int_f *namelen,
@@ -937,7 +937,7 @@ nh5tbwrite_field_index_st_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_index_c(hid_t_f *loc_id,
int_f *namelen,
@@ -948,7 +948,7 @@ nh5tbread_field_index_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_index_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -959,7 +959,7 @@ nh5tbread_field_index_int_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_index_fl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -970,7 +970,7 @@ nh5tbread_field_index_fl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_index_dl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -981,7 +981,7 @@ nh5tbread_field_index_dl_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbread_field_index_st_c(hid_t_f *loc_id,
int_f *namelen,
@@ -992,7 +992,7 @@ nh5tbread_field_index_st_c(hid_t_f *loc_id,
size_t_f *type_size,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbinsert_field_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1003,7 +1003,7 @@ nh5tbinsert_field_c(hid_t_f *loc_id,
int_f *position,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbinsert_field_int_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1013,7 +1013,7 @@ nh5tbinsert_field_int_c(hid_t_f *loc_id,
hid_t_f *field_type,
int_f *position,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbinsert_field_fl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1023,7 +1023,7 @@ nh5tbinsert_field_fl_c(hid_t_f *loc_id,
hid_t_f *field_type,
int_f *position,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbinsert_field_dl_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1033,7 +1033,7 @@ nh5tbinsert_field_dl_c(hid_t_f *loc_id,
hid_t_f *field_type,
int_f *position,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbinsert_field_st_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1043,7 +1043,7 @@ nh5tbinsert_field_st_c(hid_t_f *loc_id,
hid_t_f *field_type,
int_f *position,
void *buf);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbdelete_field_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1052,7 +1052,7 @@ nh5tbdelete_field_c(hid_t_f *loc_id,
_fcd field_name);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbget_table_info_c(hid_t_f *loc_id,
int_f *namelen,
@@ -1060,7 +1060,7 @@ nh5tbget_table_info_c(hid_t_f *loc_id,
hsize_t_f *nfields,
hsize_t_f *nrecords);
-H5_DLL
+HDF5_HL_F90CSTUBDLL
int_f
nh5tbget_field_info_c(hid_t_f *loc_id,
int_f *namelen,