summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorXuan Bai <xuanbai@hdfgroup.org>2004-07-07 15:26:56 (GMT)
committerXuan Bai <xuanbai@hdfgroup.org>2004-07-07 15:26:56 (GMT)
commitfaa845f84b89eea5dd527de8f79adf151dd2f92d (patch)
tree9f5a828f29611d9a3fd340be2aa15341fa38cd82 /fortran/src/H5f90proto.h
parentedf65a8ae8c35721630b1358517b93320608d809 (diff)
downloadhdf5-faa845f84b89eea5dd527de8f79adf151dd2f92d.zip
hdf5-faa845f84b89eea5dd527de8f79adf151dd2f92d.tar.gz
hdf5-faa845f84b89eea5dd527de8f79adf151dd2f92d.tar.bz2
[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:
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h2
1 files changed, 1 insertions, 1 deletions
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 */