http://cvs.winehq.org/patch.py?id=19897 (shlfolder.c test)

Filip Navara xnavara at volny.cz
Sat Sep 3 12:38:08 CDT 2005


Saulius Krasuckas wrote:
[snip]

>@@ -379,7 +381,7 @@ static void test_GetDisplayName(void)
> 
>     /* This test shows that Windows doesn't allocate a new pidlLast, but returns a pointer into 
>      * pidlTestFile (In accordance with MSDN). */
>-    todo_wine{ok (ILFindLastID(pidlTestFile) == pidlLast, 
>+    todo_wine{ok (pILFindLastID(pidlTestFile) == pidlLast, 
>                                 "SHBindToParent doesn't return the last id of the pidl param!\n");}
>  
>
It would be wise to check if pILFindLastID != NULL.



More information about the wine-devel mailing list