mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Added 'done' messages.
svn path=/trunk/; revision=6504
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user