From c08dc5f646ca7e074d6ed89824658fb9842eda19 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 18 Mar 2013 17:16:59 -0500 Subject: [svn-r23373] Some updates for Windows. Not tested. --- src/H5PL.c | 6 +++--- src/H5PLprivate.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5PL.c b/src/H5PL.c index 6fcf7eb..4d18926 100644 --- a/src/H5PL.c +++ b/src/H5PL.c @@ -371,10 +371,10 @@ H5PL_open(H5PL_type_t pl_type, char *libname, int pl_id, void **pl_info) /* There are different reasons why a library can't be open, e.g. wrong architecture. * simply continue if we can't open it */ if(NULL == (handle = H5PL_OPEN_DLIB(libname))) - /*fprintf(stderr, "not open dl library: %s\n", H5PL_CLR_ERR);*/ + /*fprintf(stderr, "not open dl library: %s\n", H5PL_CLR_ERROR);*/ HGOTO_DONE(ret_value) - H5PL_CLR_ERROR; /*clear error*/ + H5PL_CLR_ERROR; /*clear error*/ /* Return a handle for the function H5PL_get_plugin_info in the dynamic library. * The plugin library is suppose to define this function. */ @@ -447,7 +447,7 @@ fprintf(stderr, "%s: H5PL_table_used_g=%d, id=%d\n", FUNC, H5PL_table_used_g, (H for(i=0; i - +#include /* For _getcwd() */ #endif /*H5_HAVE_WIN32_API*/ #ifdef H5_HAVE_DLFCN_H -- cgit v0.12