Skip to content
Snippets Groups Projects
Commit 292f8cd2 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove some cruft.

parent d4f16576
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -20,8 +20,6 @@ rwlock_init(rwlock_t *lock)
BOOL
rwlock_rdlock(rwlock_t *lock)
{
DWORD obj;
EnterCriticalSection(&lock->lk);
while(lock->writers || lock->writers_waiting) {
LeaveCriticalSection(&lock->lk);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment