mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
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…
x
Reference in New Issue
Block a user