diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDwindows.c | 4 | ||||
-rw-r--r-- | src/H5config.h.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/H5FDwindows.c b/src/H5FDwindows.c index 43afcef..1ea9aad 100644 --- a/src/H5FDwindows.c +++ b/src/H5FDwindows.c @@ -276,8 +276,8 @@ H5FD_windows_term(void) *
*-------------------------------------------------------------------------
*/
-herr_t
-H5Pset_fapl_windows(hid_t fapl_id)
+herr_t +H5Pset_fapl_windows(hid_t fapl_id) {
H5P_genplist_t *plist; /* Property list pointer */
herr_t ret_value;
diff --git a/src/H5config.h.in b/src/H5config.h.in index a3a8c30..3eea9ff 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -228,6 +228,9 @@ /* Define to 1 if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H +/* Define if the __offsetof__ extension is present */ +#undef HAVE_OFFSETOF + /* Define if we have parallel support */ #undef HAVE_PARALLEL |