summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Off_F90.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 02:22:29 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 02:22:29 (GMT)
commita4521b79019c9c28c9751e030597b1d9df3c850e (patch)
tree96a47f4ecf0bd796d806e0f4b99b9cfc8d6c31cc /fortran/src/H5Off_F90.f90
parenta976ca99a9de1fbe2496c23fa941b7c3e8af3967 (diff)
downloadhdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.zip
hdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.tar.gz
hdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.tar.bz2
[svn-r23294] Related to: HDFFV-8265
Fortran2003 option does not work under windows; Need to manage .def files more efficiently Changed the comment notes from adding to the 'hdf5_fortrandll.def' to instead adding to the 'hdf5_fortrandll.def.in' file.
Diffstat (limited to 'fortran/src/H5Off_F90.f90')
-rw-r--r--fortran/src/H5Off_F90.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Off_F90.f90 b/fortran/src/H5Off_F90.f90
index 53553d6..5688c5d 100644
--- a/fortran/src/H5Off_F90.f90
+++ b/fortran/src/H5Off_F90.f90
@@ -30,7 +30,7 @@
!
! *** IMPORTANT ***
! If you add a new H5D function you must add the function name to the
-! Windows dll file 'hdf5_fortrandll.def' in the fortran/src directory.
+! Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory.
! This is needed for Windows based operating systems.
!*****