Drop autoloading kernel32 symbols available since Vista

This commit is contained in:
Corinna Vinschen
2015-12-15 16:43:55 +01:00
parent 450b2dc8ed
commit 9d163cf80c
2 changed files with 0 additions and 8 deletions

View File

@ -1556,9 +1556,6 @@ fhandler_pty_master::pty_master_thread ()
termios_printf ("ReadFile, %E");
goto reply;
}
/* This function is only available since Vista, unfortunately.
In earlier OSes we simply have to believe that the client
has no malicious intent (== sends arbitrary PIDs). */
if (!GetNamedPipeClientProcessId (master_ctl, &pid))
pid = req.pid;
if (get_object_sd (input_available_event, sd))