You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Do you intend that libexecs should work on windows? I'm asking because I see that you have an unused #include "unistd.h" (at least I think it is unused because I can still build with gcc 10.3 on linux without it in there). If it really isn't needed, maybe the #include can be removed?
Thanks. Ciao!
The text was updated successfully, but these errors were encountered:
Well, I guess my initial experiment was flawed because you also include it in execs.h. I'm still curious whether you would like libexecs and vdeplug4 to work on windows or only on *nix. Thanks.
s2argv-execs/execs.c
Line 23 in 2f3f79c
Hi. Do you intend that libexecs should work on windows? I'm asking because I see that you have an unused
#include "unistd.h"
(at least I think it is unused because I can still build with gcc 10.3 on linux without it in there). If it really isn't needed, maybe the#include
can be removed?Thanks. Ciao!
The text was updated successfully, but these errors were encountered: