shell32/tests/shlfolder.c: ILFindLastID has to be called by ordinal.
This commit is contained in:
parent
95888acbe4
commit
ac7fd9d6e5
|
@ -369,7 +369,7 @@ static void test_GetDisplayName(void)
|
|||
}
|
||||
|
||||
/* WinXP stores the filenames as both ANSI and UNICODE in the pidls */
|
||||
pidlLast = ILFindLastID(pidlTestFile);
|
||||
pidlLast = pILFindLastID(pidlTestFile);
|
||||
todo_wine {
|
||||
ok( pidlLast->mkid.cb >= 76, "Expected pidl length of at least 76, got %d.\n",
|
||||
pidlLast->mkid.cb);
|
||||
|
|
Loading…
Reference in New Issue