- DOS compatibility fix - only DJGPP has <pc.h> AFAIK.
- Cast Random to unsigned to avoid the lots of BCC precision loss
warnings. If they are too many (>20?), BCC will report an error.
Hi.
I have uploaded a new GRX pre-release to thr grx site: grx.gnu.de
Go to the "More things" tab to download it.
Because there are new options in the makedefs.grx file I don't know
now if the configure script is still working :-(
Greetings, M.Alvarez
Under djgpp, libbcc.h must be included after conio.h because it
overrides the color definitions with macros. Incremential patch,
apply after bccbgi16.dif only.