Uwe Bonnes <[EMAIL PROTECTED]> writes:
> However I think the biggest problems is the inclusion of the right
> headers. Most our header files e.g. refer to
> #include "ntdef.h"
> and while compiling windows source for winelib, this resoulves
> fine. However when crosscompiling some of the winelib examples, like
> winedbg, this will clash with the crosscompiler supplied system headers
> and the wine header. And winedbg at least needs some wine supplied
> headers, like module.h.
Then it is a bug. Winelib apps should not include Wine-specific
headers, and you should be able to compile them with a Windows
compiler without bringing over any single Wine include.
--
Alexandre Julliard
[EMAIL PROTECTED]