Greg Turner gmturner007@ameritech.net writes:
This should ensure that each header can actually be run through the compiler all by itself -- that is, that it #include's any headers it relies on to compile.
We don't want that, it's not what Windows does. But yes, the whole obj_*.h stuff is a mess, that's why we should get rid of it all, and use the exact same include names and dependencies as Windows. Anything else is a nightmare to maintain.