"Andreas Mohr" andi@rhlx01.fht-esslingen.de wrote:
Whatever workaround you come up with in your program to make it Wine-compatible, rest assured that in > 95% of all cases it's a bad idea: we really need to get Wine fixed instead.
Feel free to submit a patch correcting GetWindowLong and similar functions.
Since the constructs like
if (GetWindowLongW( hwnd, GWL_EXSTYLE ) & WS_EX_MANAGED) bla-bla;
are extensively used internally in Wine itself (for instance in the x11drv code) that's not a solution at all.