From faa845f84b89eea5dd527de8f79adf151dd2f92d Mon Sep 17 00:00:00 2001 From: Xuan Bai Date: Wed, 7 Jul 2004 10:26:56 -0500 Subject: [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: --- fortran/src/H5f90proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index d5bc6b9..83ca366 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -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 */ -- cgit v0.12