Commit ac7fd9d6 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

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

parent 95888acb
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment