06-29-2020, 02:17 PM
Yes, in fact that was what i did.
The first test was with the dll name just to verify it was working.
At the end i have removed the branch
#elif defined (__CYGWIN__)
and have added the condition: || defined (__CYGWIN__)
on the #if defined (_WIN)
so the same loop is used also for cygwin and for me it is working fine.
Thanks and BR!
The first test was with the dll name just to verify it was working.
At the end i have removed the branch
#elif defined (__CYGWIN__)
and have added the condition: || defined (__CYGWIN__)
on the #if defined (_WIN)
so the same loop is used also for cygwin and for me it is working fine.
Thanks and BR!