Subj : slib/hntypes.h slib/typedefs.h
To : All
From : Serguei Trouchelle
Date : Sun Nov 16 2003 09:36 pm
These files' contents cause compiling problems under WinNT environment.
Some `typedefs' double %watcom%\h\nt\windef.h, and it causes fatal error when
using Win32API. I think these problems will be with OS/2 API too.
I think, all current definitions have to be transferred to #ifdef __UNIX__ or
#ifdef __GNUC__ blocks, leaving original Scott's definitions in #ifdef
__WATCOM__ or something.