summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-30 18:15:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-30 18:15:11 (GMT)
commit5c89605ff985a984a2866b83e9acb7debd8910e3 (patch)
tree41d2cd57582386a185c1ecfad7e3c4d8a7b49cd5 /hl
parentc923afdf50173d8fd80d252375eb01f3eb8fdf8e (diff)
downloadhdf5-5c89605ff985a984a2866b83e9acb7debd8910e3.zip
hdf5-5c89605ff985a984a2866b83e9acb7debd8910e3.tar.gz
hdf5-5c89605ff985a984a2866b83e9acb7debd8910e3.tar.bz2
[svn-r26656] Correct windows define for exports/imports
Diffstat (limited to 'hl')
-rw-r--r--hl/fortran/src/H5DSff.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5DSff.f90 b/hl/fortran/src/H5DSff.f90
index a328685..9761a38 100644
--- a/hl/fortran/src/H5DSff.f90
+++ b/hl/fortran/src/H5DSff.f90
@@ -507,7 +507,7 @@ CONTAINS
!
!This definition is needed for Windows DLLs
-!DEC$if defined(BUILD_HDF5_DLL)
+!DEC$if defined(BUILD_HDF5_HL_DLL)
!DEC$attributes dllexport :: h5dsget_num_scales_f
!DEC$endif
!