|
|
|
@ -71,7 +71,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, |
|
|
|
libvlc_exception_init (&dummy); |
|
|
|
|
|
|
|
/* Initialize libvlc */ |
|
|
|
libvlc_instance_t *vlc = libvlc_new (argc, (const char **)(argv + 1), &ex); |
|
|
|
libvlc_instance_t *vlc = libvlc_new (argc, (const char **)argv, &ex); |
|
|
|
if (vlc != NULL) |
|
|
|
{ |
|
|
|
libvlc_add_intf (vlc, NULL, &ex); |
|
|
|
|