Commit 0f234aaf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Windows compile fix.

parent 894f52c8
......@@ -288,7 +288,7 @@ static void IPCHelperThread( vlc_object_t *p_this )
NULL ); /* sent to WM_CREATE */
SetWindowLong( ipcwindow, GWL_WNDPROC, (LONG)WMCOPYWNDPROC );
SetWindowLong( ipcwindow, GWL_USERDATA, (LONG)p_this );
SetWindowLongPtr( ipcwindow, GWL_USERDATA, (LONG_PTR)p_this );
/* Signal the creation of the thread and events queue */
vlc_thread_ready( p_this );
......
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