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

Support Windows too I guess.

parent e4becbae
No related branches found
No related tags found
No related merge requests found
Pipeline #5337 failed
......@@ -45,6 +45,7 @@ bool rwlock_wrlock(rwlock_t *lock);
bool rwlock_trywrlock(rwlock_t *lock);
bool rwlock_unlock(rwlock_t *lock);
bool rwlock_destroy(rwlock_t *lock);
#define rwlock_destory_ign(locl) ((void)rwlock_destroy(lock))
#else
#error Not implemented
......
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