Commit ebb0847c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation on Windows by using a less important warning

parent e68b8f9b
...@@ -809,7 +809,7 @@ void UpdateRects( vout_thread_t *p_vout, bool b_force ) ...@@ -809,7 +809,7 @@ void UpdateRects( vout_thread_t *p_vout, bool b_force )
if( S_OK == CoCreateInstance( &clsid_ITaskbarList, if( S_OK == CoCreateInstance( &clsid_ITaskbarList,
NULL, CLSCTX_INPROC_SERVER, NULL, CLSCTX_INPROC_SERVER,
&IID_ITaskbarList3, &IID_ITaskbarList3,
(void **)&p_taskbl) ) &p_taskbl) )
{ {
RECT rect_video, rect_parent, rect_relative; RECT rect_video, rect_parent, rect_relative;
HWND hroot = GetAncestor(p_vout->p_sys->hwnd,GA_ROOT); HWND hroot = GetAncestor(p_vout->p_sys->hwnd,GA_ROOT);
......
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