Robert Reif <[EMAIL PROTECTED]> writes:
> I agree it doesn't help wine much but it could make a big difference for
> winelib applications ported to/from windows. It's a pain to maintain
> but I think it will be worth in in the long run.
I have a hard time imagining any app that would break becau
Alexandre Julliard wrote:
Robert Reif <[EMAIL PROTECTED]> writes:
Add some more version checks.
As a rule we avoid such version checks in Wine, they are not necessary
and will only cause trouble since we compile our code with the same
headers. I know there are some similar checks in there a
Robert Reif <[EMAIL PROTECTED]> writes:
> Add some more version checks.
As a rule we avoid such version checks in Wine, they are not necessary
and will only cause trouble since we compile our code with the same
headers. I know there are some similar checks in there already but
they should probabl