[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:
This commit is contained in:
MuQun Yang 2005-04-06 18:47:30 -05:00
parent 7c59ba5187
commit c645c5ce0d

View File

@ -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