Commit e373df9d authored by Damien Fouilleul's avatar Damien Fouilleul

all: make sure that the plugin use that registry for plugin path

parent 4f33bf88
...@@ -497,7 +497,7 @@ HRESULT VLCPlugin::onInit(void) ...@@ -497,7 +497,7 @@ HRESULT VLCPlugin::onInit(void)
RegCloseKey( h_key ); RegCloseKey( h_key );
} }
#if 1 #if 0
ppsz_argv[0] = "C:\\cygwin\\home\\Damien_Fouilleul\\dev\\videolan\\vlc-trunk\\vlc"; ppsz_argv[0] = "C:\\cygwin\\home\\Damien_Fouilleul\\dev\\videolan\\vlc-trunk\\vlc";
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment