summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/test/tf.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90
index 507d657..816bcc5 100644
--- a/fortran/test/tf.f90
+++ b/fortran/test/tf.f90
@@ -18,7 +18,7 @@
! all the hdf5 fortran tests
!
!This definition is needed for Windows DLLs
-!DEC$if defined(BUILD_HDF4_DLL)
+!DEC$if defined(BUILD_HDF5_DLL)
!DEC$attributes dllexport :: check
!DEC$endif