subprocess: Negate #else label (#4549)
This commit is contained in:
parent
dcabce7a13
commit
fb384a4957
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ RZ_API bool rz_subprocess_login_tty(RZ_BORROW RZ_NONNULL const RzPty *pty) {
|
|||
return false;
|
||||
}
|
||||
|
||||
#else // __WINDOWS__
|
||||
#else // !__WINDOWS__
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue