lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Compile problems w/Borland CBuilder4 (C++5.4)


From: Gisle Vanem
Subject: Re: lynx-dev Compile problems w/Borland CBuilder4 (C++5.4)
Date: Thu, 13 May 1999 04:13:16 +0200 (MET DST)

> Looking at the includes did me no good; winnt.h line 2428 has this:
>     PCONTEXT ContextRecord;
> within a typedef.
 
'PCONTEXT' is defined in <excpt.h> which normally is included via
<windows.h>. Looks like <windows.h> isn't included before <winnt.h>.
 
Try to define 'WIN32_LEAN_AND_MEAN' in your makefile to exclude all
the unneeded stuff.
 
Gisle V.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]