shell32/tests/shlfolder.c: ILFindLastID has to be called by ordinal.

This commit is contained in:
Paul Vriens 2005-12-12 18:13:14 +01:00 committed by Alexandre Julliard
parent 95888acbe4
commit ac7fd9d6e5
1 changed files with 1 additions and 1 deletions

View File

@ -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);