This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -mwin32 again


On Mon, Mar 12, 2001 at 08:10:47AM -0500, Earnie Boyd wrote:
>I believe this to be the best you can do.  It's unfortunate that so many
>are intertwined with the w32api.  Is there any possibility for just
>removing the w32api dependency in any of the applications to reduce the
>number that require it?

One thing we could do is change every include in w32api to be something
like:  #include <w32api/windef.h>

Then you could just do something like:

#include <w32api/windows.h>

or I could make a top-level windows.h which included w32api/windows.h.

I hate doing that to every header, though.  I'm not sure how this
would impact the mingw gcc release.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]