On Fri, 2005-06-17 at 01:39 +0000, cdr wrote:
While testing my Win32 application under wine, I came to the conclusion that some bit-blit ops behave differently from when the same code is running under native Windowds. While the subject will be researched further, as a stop-gap measure I have a need to detect - from within my application - that it is running under wine. What is the correct way - if any - to perform such test?
This is something that we strongly discourage. You can just add a simple hack for now in your code, while we try to fix it properly in Wine. If you describe the problem, we may be able to fix it fast enough for your purposes.