Eric Blake wrote:
> > +# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
> 
> Is there a wine-specific preprocessor witness that we can use to
> distinguish compilation for wine vs. native?

I don't think so. The very idea of Wine is that you can take a binary built
for mingw and execute it under Wine, and vice versa.

We could add a configuration option --enable-wine, though. Is it worth adding
it? Depends on how many people use Wine for testing.

Bruno


Reply via email to