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
Branches
Tags
No related merge requests found
Pipeline #5337 failed
...@@ -45,6 +45,7 @@ bool rwlock_wrlock(rwlock_t *lock); ...@@ -45,6 +45,7 @@ bool rwlock_wrlock(rwlock_t *lock);
bool rwlock_trywrlock(rwlock_t *lock); bool rwlock_trywrlock(rwlock_t *lock);
bool rwlock_unlock(rwlock_t *lock); bool rwlock_unlock(rwlock_t *lock);
bool rwlock_destroy(rwlock_t *lock); bool rwlock_destroy(rwlock_t *lock);
#define rwlock_destory_ign(locl) ((void)rwlock_destroy(lock))
#else #else
#error Not implemented #error Not implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment