Title    : MTTTY Example

Overview : Microsoft's multithreaded serial communications example
           built with Borland C++ 5.0.
           
Keywords : serial communications overlapped I/O 32-bit Win32

Author   : George Cross, Borland C++ Developer Support

Date     : July 10 1996

Compiler : Borland C++ 5.0

MTTTY is Microsoft's example which I downloaded from their web site
and built using Borland C++ 5.0.  I endeavoured to change as little
as possible:   the root directory has all the original files, the
borland directory has the files I added as follows.

   BORLAND\MAKEFILE    :  The makefile for the entire project
   BORLAND\GLOBALS.C   :  All global variable definitions which were
                          originally in MTTTY.H in Microsoft's build.
                          Our compiler allows such design, but will
                          allocate global variables multiple times each
                          time the header file is inlcuded.
