ObjFW  Diff

Differences From Artifact [b6b9499d85]:

To Artifact [e19ec23cc7]:


70
71
72
73
74
75
76

77
78
79
80
81
82
83
84

	return true;
}

bool
of_thread_detach(of_thread_t thread)
{

	/* FIXME */
	return true;
}

void
of_thread_set_name(const char *name)
{
}







>
|







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

	return true;
}

bool
of_thread_detach(of_thread_t thread)
{
	CloseHandle(thread);

	return true;
}

void
of_thread_set_name(const char *name)
{
}