summaryrefslogtreecommitdiffstats
path: root/fortran/test/tf.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/tf.f90')
-rw-r--r--fortran/test/tf.f903
1 files changed, 1 insertions, 2 deletions
diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90
index 828785c..507d657 100644
--- a/fortran/test/tf.f90
+++ b/fortran/test/tf.f90
@@ -1,4 +1,3 @@
-
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! Copyright by the Board of Trustees of the University of Illinois. *
! All rights reserved. *
@@ -19,7 +18,7 @@
! all the hdf5 fortran tests
!
!This definition is needed for Windows DLLs
-!DEC$if defined(BUILD_HDF5_DLL)
+!DEC$if defined(BUILD_HDF4_DLL)
!DEC$attributes dllexport :: check
!DEC$endif