[vlc-commits] Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins

Jean-Baptiste Kempf git at videolan.org
Wed Mar 8 23:45:54 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar  8 23:45:27 2017 +0100| [cc424bbe362af59bfc8375f7aa2e6dc86bf0d778] | committer: Jean-Baptiste Kempf

Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins

In theory, it should not affect us.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc424bbe362af59bfc8375f7aa2e6dc86bf0d778
---

 src/win32/specific.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/win32/specific.c b/src/win32/specific.c
index d2d5451..72c4fb7 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -70,7 +70,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