Commit 746ad6f7 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

wininet: Set thread name for collect_connections_proc.

parent 9c5b2bd6
......@@ -249,6 +249,7 @@ static DWORD WINAPI collect_connections_proc(void *arg)
{
BOOL remaining_conns;
SetThreadDescription(GetCurrentThread(), L"wine_wininet_collect_connections");
do {
/* FIXME: Use more sophisticated method */
Sleep(5000);
......
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