diff options
Diffstat (limited to 'src/H5FPpublic.h')
-rw-r--r-- | src/H5FPpublic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5FPpublic.h b/src/H5FPpublic.h index 644c363..b93bd5f 100644 --- a/src/H5FPpublic.h +++ b/src/H5FPpublic.h @@ -16,6 +16,8 @@ #include "H5public.h" +#ifdef H5_HAVE_FPHDF5 + #ifdef __cplusplus extern "C" { #endif @@ -27,4 +29,7 @@ H5_DLL herr_t H5FPfinalize(void); #ifdef __cplusplus } #endif + +#endif /* H5_HAVE_FPHDF5 */ + #endif /* H5FPPUBLIC_H__ */ |