PTI:24/07/96

- I was starting from the existing OS2 port.

- I am porting using the BORLAND compiler. Started out on 1.14 but moved
  halfway to 1.16.

- Added WINSOCK define to flag changes

- added winsock include files

- Clients are statically linked till I can come up with a god solution
  for the errMsgText problem : a variable which resides in the lib and gets
  called from clients

- I am left with the choice to put WSAStartUp and WSACleanUp in the main
  program or the library

- Regression tests run till 4. Hangs on 5. Cause is winsock which redefines
  DELETE and TEXT. A series of UNDEFS and (re)DEFINES solves this problem

- Last regression test fails, but so too on Linux with same version and same
  result (syntax error <--> parse error). To avoid false alarms I checked
  with
    diff --ignore-all-space 1.win 1.out

- WATCOM gives some nasty compiler messages which need further attention.


