oleaut32: Fix OleLoadPicturePath behavior on wrong path (bug 14710)

Nikolay Sivov bunglehead at gmail.com
Sun Dec 7 16:00:39 CST 2008


Jeremy Drake wrote:
> On Sun, 7 Dec 2008, Nikolay Sivov wrote:
>
>   
>> Changelog:
>>     - fix OleLoadPicturePath behavior on wrong path
>>     - some cosmetic changes on module and test (spaces, tabs, ..)
>>     
>
> Cool, this is related to what I was trying to get done.  Please take a
> look at the more complete tests for OleLoadPicutrePath I wrote that have
> not been applied yet, and perhaps we both can get our patches in.  I ran
> them against several Windows versions, and I think they do not agree 100%
> with your tests.
>
> http://www.winehq.org/pipermail/wine-patches/2008-November/064929.html
>
> Thanks,
> Jeremy
>
>   
They're similar. Actually I tried to use relative path
---
    static WCHAR path[] = {'N','O','.','B','M','P',0};
---
and INET_E_UNKNOWN_PROTOCOL was returned. And you always use full path.

This passes on WinXP SP2 so you could include this case to yours.




More information about the wine-devel mailing list