Mail Archives: djgpp-workers/2000/07/17/15:28:59
> Suppose the GCC-supplied "stddef.h" were to do stuff like:
> ...
> and the DJGPP headers were to do the same? :-)
If you can guarantee that gcc won't change it's mind *again* I suppose
we could agree on something like this. Historically, though, I've had
to tweak headers with each gcc release whether I "played by the rules"
or did my own thing. For a long time, it seemed that gcc was going to
be a moving target no matter what I tried, so I went with the simplest
solution for me.
> But I thought you-all used "fixinc.winnt" anyway? Since I
> don't have a Windows dev box, I was never planning on touching
> that mechanism. However, I would work with anyone among the
> djgpp-workers interested in making the fixincl program run
> under Win*. :-)
Unfortunately, DJGPP is a *dos* program, not a Win32 program. That
makes things even harder (but not impossible). We have popen()
and system(), but not fork().
- Raw text -