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

Add return for rwlock_init() windows wrapper.

parent 2423dece
No related branches found
No related tags found
No related merge requests found
Pipeline #5294 failed
...@@ -15,6 +15,7 @@ rwlock_init(rwlock_t *lock) ...@@ -15,6 +15,7 @@ rwlock_init(rwlock_t *lock)
lock->writers = 0; lock->writers = 0;
lock->writers_waiting = 0; lock->writers_waiting = 0;
lock->writer = (DWORD)-1; lock->writer = (DWORD)-1;
return true;
} }
BOOL BOOL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment