shell32/tests: Skip FO_COPY tests on old shell32.
This commit is contained in:
parent
1bd7956a7d
commit
b3eeb4163c
|
@ -821,6 +821,12 @@ static void test_copy(void)
|
|||
LPSTR ptr;
|
||||
BOOL on_nt4 = FALSE;
|
||||
|
||||
if (old_shell32)
|
||||
{
|
||||
win_skip("Too many differences for old shell32\n");
|
||||
return;
|
||||
}
|
||||
|
||||
shfo.hwnd = NULL;
|
||||
shfo.wFunc = FO_COPY;
|
||||
shfo.pFrom = from;
|
||||
|
|
Loading…
Reference in New Issue