Added 'done' messages.

svn path=/trunk/; revision=6504
This commit is contained in:
Eric Kohl
2003-11-02 01:30:16 +00:00
parent e11643fd66
commit fc75de898d
+4
View File
@@ -50,6 +50,8 @@ DWORD WINAPI thread1(LPVOID crap)
ReleaseMutex(hMutex);
}
dprintf("Thread 1 done!\n");
return 1;
}
@@ -78,6 +80,8 @@ DWORD WINAPI thread2(LPVOID crap)
ReleaseMutex(hMutex);
}
dprintf("Thread 2 done!\n");
return 1;
}