[vlc-commits] Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins
Jean-Baptiste Kempf
git at videolan.org
Thu Mar 9 19:34:55 CET 2017
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 8 23:45:27 2017 +0100| [1a9f36a8a43f9dce77dd826021a045bfb0dc59cd] | committer: Jean-Baptiste Kempf
Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins
In theory, it should not affect us.
(cherry picked from commit cc424bbe362af59bfc8375f7aa2e6dc86bf0d778)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=1a9f36a8a43f9dce77dd826021a045bfb0dc59cd
---
src/win32/specific.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index 3321165..997816a 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -68,7 +68,6 @@ void system_Init(void)
"SetDefaultDllDirectories") != NULL)
# endif /* FIXME: not reentrant */
LoadLibraryFlags = LOAD_LIBRARY_SEARCH_APPLICATION_DIR |
- LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR |
LOAD_LIBRARY_SEARCH_SYSTEM32;
#endif
}
More information about the vlc-commits
mailing list