David Feinleib                3/6/92
Mawk for Windows NT 

GNU Mawk (AWK 1988) for Windows NT

Porting to NT did not require many changes.  I wrote a new makefile.
(Batch files were included in the original source for compiling under
MS-DOS.)  I added #include of <io.h> for function definitions under NT
in mawk.h (read, write, open, close, isatty, etc.).

Other #define's, #include's, etc. should be made in the #ifdef WIN32
section in mawk.h, if possible, to keep all of the WIN32 specific
stuff in one place.
