From c645c5ce0d34feb70db58e8d486a21294b855b19 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 6 Apr 2005 18:47:30 -0500 Subject: [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: --- windows/src/H5pubconf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + -- cgit v0.12