summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Dff.f90
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-05-23 14:14:53 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-05-23 14:14:53 (GMT)
commit6ea2260ea7ce7b016f5797ae9ee99f79e86502b2 (patch)
tree0571983881af55161b8ad43079d53065917c373b /fortran/src/H5Dff.f90
parent03abf3cafefe43126a0e9816c7b427028b6ae4c1 (diff)
downloadhdf5-6ea2260ea7ce7b016f5797ae9ee99f79e86502b2.zip
hdf5-6ea2260ea7ce7b016f5797ae9ee99f79e86502b2.tar.gz
hdf5-6ea2260ea7ce7b016f5797ae9ee99f79e86502b2.tar.bz2
[svn-r13799] Applying Windows Fortran-specific patches suggested in Bug #879. This checkin takes care of the first two, I will look at the last one today.
Tested: Visual Studio 2005 on WinXP
Diffstat (limited to 'fortran/src/H5Dff.f90')
-rw-r--r--fortran/src/H5Dff.f902
1 files changed, 1 insertions, 1 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