Closed ElielCohen closed 5 years ago
I'm the one who have added these #if defined(__APPLE__). Following a remark from @bugaevc , I've added && !defined(DARLING) and forgot the second one few line under. Sorry.
#if defined(__APPLE__)
&& !defined(DARLING)
@jief666 don't worry about it 🙂
I'm the one who have added these
#if defined(__APPLE__)
. Following a remark from @bugaevc , I've added&& !defined(DARLING)
and forgot the second one few line under. Sorry.