diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-10-18 16:11:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-10-18 16:11:14 (GMT) |
commit | c6c7a21bf0323bef8add000a4fe92a8f4a79e6f2 (patch) | |
tree | e002da9a223cf2ef7c238c6731367775b95042d5 /fortran | |
parent | 26381f66cdcfad5b9d024c0fd91cce255ec5b23b (diff) | |
download | hdf5-c6c7a21bf0323bef8add000a4fe92a8f4a79e6f2.zip hdf5-c6c7a21bf0323bef8add000a4fe92a8f4a79e6f2.tar.gz hdf5-c6c7a21bf0323bef8add000a4fe92a8f4a79e6f2.tar.bz2 |
[svn-r6013]
Purpose:
Bug fix
Description:
There was a typo in the h5dont_exit_c function name that caused compilation
problems on Windows
Solution:
Fixed typo
Platforms tested:
Kent is going to retest it on Windows.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5_ff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5_ff.f90 b/fortran/src/H5_ff.f90 index 709949d..6af524a 100644 --- a/fortran/src/H5_ff.f90 +++ b/fortran/src/H5_ff.f90 @@ -339,7 +339,7 @@ INTERFACE INTEGER FUNCTION h5dont_atexit_c() !DEC$ IF DEFINED(HDF5F90_WINDOWS) - !MS$ATTRIBUTES C,reference,alias:'_H5dont_atexit_C'::h5dont_atexit_c + !MS$ATTRIBUTES C,reference,alias:'_H5DONT_ATEXIT_C'::h5dont_atexit_c !DEC$ ENDIF END FUNCTION h5dont_atexit_c END INTERFACE |