David Gillingham wrote:
This patch will modify vc.mak to a working makefile for nmake (mimicing the basic structure of mingw.mak), common.h to include a couple missing headers for the I/O functions in pty.c, and env.c to include the winsock headers under the Win32 environment (replicating how it was done in common.h).
pty.c and env.c are both only useful on Unix. They should *not* be compiled on Windows platform. 8-)
Best regards, Mike