Skip to content
Snippets Groups Projects
Commit f66420f3 authored by deuce's avatar deuce
Browse files

Add a SetThreadName() call.

parent 47819c21
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,7 @@ void xp_play_sample_thread(void *data)
int i;
#endif
SetThreadName("Sample Play");
sample_thread_running=TRUE;
while(1) {
if(!waited) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment