#include directives

Dimitrie O. Paun dpaun at rogers.com
Sun Jan 5 17:36:30 CST 2003


On January 5, 2003 05:27 pm, Francois Gouget wrote:
> This means you can write a C file that just contains '#include
> <winspool.h>' and it will work. But that would fail on Windows because
> in the Windows sdk 'winspool.h' contains none of these #include
> directives.

I think we should not include more than the Windows headers. This way
our sources will be compatible with other headers as well, such as
w32api, or the MS ones (if and when we'll try to compile some of our
stuff on Windows).

-- 
Dimi.




More information about the wine-devel mailing list