"Andrey Turkin" <[EMAIL PROTECTED]> wrote:
> The application mentioned in the bug change current directory to output
> dir and then uses WINEXEC with relative filename to start child application.
> Thread created by winoldap uses another current directory because of
> something, so CreateProcess f
"Roderick Colenbrander" <[EMAIL PROTECTED]> writes:
> Is it enough to check if the dimensions changed or should I also care
> about the position? (I don't think it changes)
Position can definitely change too.
> What's the problem in X11DRV_SetWindowPos? I have checked valid_rects
> there but the
Dmitry Timoshkov wrote:
> Hello,
>
> this patch should fix the problem reported in the bug 3620.
>
> winoldap.mod in Windows is a 16-bit .exe which uses its command line to load
> a 32-bit module and pass the parameters to it. Since winebuild doesn't allow
> to create a 16-bit builtin exe, I decide