diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-06 23:47:30 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-04-06 23:47:30 (GMT) |
commit | c645c5ce0d34feb70db58e8d486a21294b855b19 (patch) | |
tree | 820bf139593f3554749647928f7f8380e75cfc33 /windows/src/H5pubconf.h | |
parent | 7c59ba5187089d5aa2c39011bfdbe32738df4db2 (diff) | |
download | hdf5-c645c5ce0d34feb70db58e8d486a21294b855b19.zip hdf5-c645c5ce0d34feb70db58e8d486a21294b855b19.tar.gz hdf5-c645c5ce0d34feb70db58e8d486a21294b855b19.tar.bz2 |
[svn-r10566] Purpose:
FOrtran is using macro FC_FUNC or H5_FC_FUNC
Has to update windows H5pubconf.h to be consistent with the
change.
Description:
Solution:
Platforms tested:
VS 6.0 on windows
Misc. update:
Diffstat (limited to 'windows/src/H5pubconf.h')
-rwxr-xr-x | windows/src/H5pubconf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 4c4ce4e..a284926 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -119,5 +119,8 @@ in the file file_io.win32.c and including it on the projects #else #undef H5_HAVE_FUNCTION #undef H5_ULLONG_TO_FP_CAST_WORKS - #endif + +#define H5_FC_FUNC_(name, NAME) NAME +#define FC_FUNC_(name, NAME) NAME + |