mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
edf65a8ae8
commit
faa845f84b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user