diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Dff.f90 | 2 | ||||
-rw-r--r-- | fortran/src/H5Pff.f90 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/H5Dff.f90 b/fortran/src/H5Dff.f90 index 884a93e..66d2198 100644 --- a/fortran/src/H5Dff.f90 +++ b/fortran/src/H5Dff.f90 @@ -5559,7 +5559,7 @@ SUBROUTINE h5dfill_char(fill_value, space_id, buf, hdferr) !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) -!DEC$attributes dllexport :: h5dfill_integer +!DEC$attributes dllexport :: h5dfill_char !DEC$endif IMPLICIT NONE diff --git a/fortran/src/H5Pff.f90 b/fortran/src/H5Pff.f90 index fcbec7c..634c511 100644 --- a/fortran/src/H5Pff.f90 +++ b/fortran/src/H5Pff.f90 @@ -3629,7 +3629,7 @@ ! !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) -!DEC$attributes dllexport :: h5pset_fill_time_f +!DEC$attributes dllexport :: h5pget_fill_time_f !DEC$endif ! IMPLICIT NONE @@ -3825,7 +3825,7 @@ ! !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) -!DEC$attributes dllexport :: h5pset_sieve_buf_size_f +!DEC$attributes dllexport :: h5pget_sieve_buf_size_f !DEC$endif ! IMPLICIT NONE |