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

Fix bug (not screaming) in last commit.

parent 08e64bf5
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -15,7 +15,7 @@ rwlock_init(rwlock_t *lock)
lock->writers = 0;
lock->writers_waiting = 0;
lock->writer = (DWORD)-1;
return true;
return TRUE;
}
BOOL
......
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