Re: Some compatibility issue with InternetCrackUrlA

2004-02-23 Thread Uwe Bonnes
> "wire99" == wire99 <[EMAIL PROTECTED]> writes: wire99> Hi all. wire99> I've tried some applications with wine, and discovered the wire99> different behavior compare to the real winapi. A goopd starting pointis to write test cases for teh wine test suite that point out the be

Re: Some compatibility issue with InternetCrackUrlA

2004-02-23 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > Below is a rough patch for this issue, some download manager > apps (ie. flashget) affected work now. The patch looks good. Please post it to wine-patches. Thanks for contribution! -- Dmitry.

Some compatibility issue with InternetCrackUrlA

2004-02-23 Thread wire99
Hi all. I've tried some applications with wine, and discovered the different behavior compare to the real winapi. 1. If there is no explicit port number in the URL, the value of lpUC->nPort will be assigned to zero in wine, but in winapi it should be the default port number of the corresp