"Andreas Mohr" <[EMAIL PROTECTED]> 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
Hi,
On Mon, Dec 15, 2003 at 03:44:02PM +0100, Fabian Cenedese wrote:
> >Feel free to submit a patch correcting GetWindowLong and similar functions.
>
> I would... but I'm not that familiar with the wine code. I don't know if this
> function is also used internally where these flags are needed. Bu
>> >>I have an application where I get the styles from a window with
>> >>
>> >>GetWindowLong(m_hWnd, GWL_EXSTYLE);
>> >>
>> >>In Windows I get 0x0110 but in wine I get 0x4110. From the wine
>> >>headers (mine seem to old) I get this means 'managed by the system'. Is
>> >>this something wi
Hi,
On Mon, Dec 15, 2003 at 02:32:39PM +0100, Fabian Cenedese wrote:
>
> >>I have an application where I get the styles from a window with
> >>
> >>GetWindowLong(m_hWnd, GWL_EXSTYLE);
> >>
> >>In Windows I get 0x0110 but in wine I get 0x4110. From the wine
> >>headers (mine seem to old) I
>>I have an application where I get the styles from a window with
>>
>>GetWindowLong(m_hWnd, GWL_EXSTYLE);
>>
>>In Windows I get 0x0110 but in wine I get 0x4110. From the wine
>>headers (mine seem to old) I get this means 'managed by the system'. Is
>>this something wine specific? Do I nee
>I have an application where I get the styles from a window with
>
>GetWindowLong(m_hWnd, GWL_EXSTYLE);
>
>In Windows I get 0x0110 but in wine I get 0x4110. From the wine
>headers (mine seem to old) I get this means 'managed by the system'. Is
>this something wine specific? Do I need to pa
Hi
I have an application where I get the styles from a window with
GetWindowLong(m_hWnd, GWL_EXSTYLE);
In Windows I get 0x0110 but in wine I get 0x4110. From the wine
headers (mine seem to old) I get this means 'managed by the system'. Is
this something wine specific? Do I need to pay at