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).