X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc%2Fwin32_specific.c;h=94784b8f2561e17197019dbc4515e260cf01a88b;hb=42a0d047849f391a75432dfdf5d71523d6ec08c7;hp=8e6d91b58b1721131269bbee14db167985216863;hpb=0f234aafbef405e2be5b59aa72899378f47d7377;p=vlc diff --git a/src/misc/win32_specific.c b/src/misc/win32_specific.c index 8e6d91b58b..94784b8f25 100644 --- a/src/misc/win32_specific.c +++ b/src/misc/win32_specific.c @@ -188,7 +188,7 @@ void system_Configure( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv /* Run the helper thread */ if( vlc_thread_create( p_helper, "IPC helper", IPCHelperThread, - VLC_THREAD_PRIORITY_LOW, VLC_TRUE ) ) + VLC_THREAD_PRIORITY_LOW, true ) ) { msg_Err( p_this, "one instance mode DISABLED " "(IPC helper thread couldn't be created)" ); @@ -348,7 +348,7 @@ LRESULT CALLBACK WMCOPYWNDPROC( HWND hwnd, UINT uMsg, WPARAM wParam, ( ( i_opt || p_data->enqueue ) ? 0 : PLAYLIST_GO ), PLAYLIST_END, -1, (char const **)( i_options ? &ppsz_argv[i_opt+1] : NULL ), - i_options, VLC_TRUE, VLC_FALSE ); + i_options, true, false ); i_opt += i_options; }