diff options
Diffstat (limited to 'windows/src')
-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 + |