diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-05-09 20:24:59 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-05-09 20:24:59 (GMT) |
commit | 5e3880e42dceae08d911b1e860685ba26e89e2f6 (patch) | |
tree | 71ecad24cdb19da4272bf4b5f7cf9281cf1398f9 /fortran | |
parent | 44b6a4de8f7304ce0081ad003753fc8b7a06e121 (diff) | |
download | hdf5-5e3880e42dceae08d911b1e860685ba26e89e2f6.zip hdf5-5e3880e42dceae08d911b1e860685ba26e89e2f6.tar.gz hdf5-5e3880e42dceae08d911b1e860685ba26e89e2f6.tar.bz2 |
[svn-r14961] Fixed DEC$attributes for windows
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Pff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Pff.f90 b/fortran/src/H5Pff.f90 index 6da2b08..8e5c420 100644 --- a/fortran/src/H5Pff.f90 +++ b/fortran/src/H5Pff.f90 @@ -6769,7 +6769,7 @@ ! !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) -!DEC$attributes dllexport :: h5pset_libver_bounds_f +!DEC$attributes dllexport :: h5pset_link_creation_order_f !DEC$endif ! IMPLICIT NONE |