From f45cd3aec4ec5394f8ca683ab191f5f3ebeb9934 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 14 Dec 2016 17:00:07 -0600 Subject: Revert "Load plugins into vitual process space" This reverts commit 01560c9e48043b06e1609b1fe598950558cb3223. --- src/H5PL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5PL.c b/src/H5PL.c index de45b0f..1f7bb2a 100644 --- a/src/H5PL.c +++ b/src/H5PL.c @@ -59,7 +59,7 @@ #define H5PL_HANDLE HINSTANCE /* Get a handle to a plugin library. Windows: TEXT macro handles Unicode strings */ -#define H5PL_OPEN_DLIB(S) LoadLibraryExA(S, NULL, LOAD_WITH_ALTERED_SEARCH_PATH | LOAD_LIBRARY_AS_IMAGE_RESOURCE) +#define H5PL_OPEN_DLIB(S) LoadLibraryExA(S, NULL, LOAD_WITH_ALTERED_SEARCH_PATH) /* Get the address of a symbol in dynamic library */ #define H5PL_GET_LIB_FUNC(H,N) GetProcAddress(H,N) -- cgit v0.12