ftp.delorie.com/archives/browse.cgi | search |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |