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

Add return for rwlock_init() windows wrapper.

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