mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r3908]
Purpose: Bug fix Description: There was a syntax error on Windows, and I fixed it long time ago but forgot to check this file into CVS. Solution: Fix the error. Platforms tested: Windows98
This commit is contained in:
parent
37832b192e
commit
434ab9dca2
@ -580,13 +580,13 @@
|
||||
|
||||
|
||||
SUBROUTINE h5pset_fill_value_integer(prp_id, type_id, fillvalue, &
|
||||
hdferr)
|
||||
!
|
||||
!This definition is needed for Windows DLLs
|
||||
!DEC$if defined(BUILD_HDF5_DLL)
|
||||
!DEC$attributes dllexport :: h5pset_fill_value_integer
|
||||
!DEC$endif
|
||||
!
|
||||
hdferr)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier
|
||||
INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier of
|
||||
|
Loading…
Reference in New Issue
Block a user