[svn-r8817] Purpose:

Bug Fix.

Description:
nh5zget_filter_info_c function was not declcared as H5_FCDLL, which is
required for fortran dll in Windows. _H5ZGET_FILTER_INFO_C is considered
as an unresolved external symbol by Fortran Compiler in Windows without
H5_FCDLL.

Solution:
Added H5_FCDLL for nh5zget_filter_info_c function.

Platforms tested:
DEC Fortran 6.0 in Windows XP.

Misc. update:
This commit is contained in:
Xuan Bai 2004-07-07 10:26:56 -05:00
parent edf65a8ae8
commit faa845f84b

View File

@ -1259,7 +1259,7 @@ H5_FCDLL int_f nh5dont_atexit_c(void);
#endif
H5_FCDLL int_f nh5zunregister_c (int_f *filter);
H5_FCDLL int_f nh5zfilter_avail_c ( int_f *filter , int_f *flag );
H5_FCDLL int_f nh5zget_filter_info_c ( int_f *filter , int_f *flag );
#endif /* _H5f90proto_H */