[vlc-commits] win32: plugin: Fix LoadPackagedLibrary arguments

Hugo Beauzée-Luyssen git at videolan.org
Fri Jul 8 13:40:22 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jul  8 13:39:48 2016 +0200| [affd79f818f384394e502e3983095268f890fff8] | committer: Hugo Beauzée-Luyssen

win32: plugin: Fix LoadPackagedLibrary arguments

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

 src/win32/plugin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/win32/plugin.c b/src/win32/plugin.c
index a411def..3d639ac 100644
--- a/src/win32/plugin.c
+++ b/src/win32/plugin.c
@@ -111,7 +111,7 @@ int module_Load( vlc_object_t *p_this, const char *psz_file,
         SetThreadErrorMode (mode, NULL);
     }
 #else
-    LoadPackagedLibrary( wfile );
+    LoadPackagedLibrary( wfile, 0 );
 #endif
     free (wfile);
 



More information about the vlc-commits mailing list