internal.h: fix ifdef for mp_get_rwlock_{read,write}_wait
rwlocks are emulated using standard locks if no OS primitive for them exists, therefore we need the declarations in any case.
Please register or sign in to comment
rwlocks are emulated using standard locks if no OS primitive for them exists, therefore we need the declarations in any case.