* fhandler_registry.cc: Drop Mingw.org considerations.
* fhandler_serial.cc: Ditto. * fhandler_socket.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_tty.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * sched.cc: Ditto. * sec_helper.cc: Ditto.
This commit is contained in:
@ -1487,10 +1487,6 @@ fhandler_pty_slave::fixup_after_exec ()
|
||||
fixup_after_fork (NULL);
|
||||
}
|
||||
|
||||
#ifndef __MINGW64_VERSION_MAJOR
|
||||
extern "C" BOOL WINAPI GetNamedPipeClientProcessId (HANDLE, PULONG);
|
||||
#endif
|
||||
|
||||
/* This thread function handles the master control pipe. It waits for a
|
||||
client to connect. Then it checks if the client process has permissions
|
||||
to access the tty handles. If so, it opens the client process and
|
||||
|
Reference in New Issue
Block a user